#B75335

Color #B75335 Grenadier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grenadier #B75335

Tints of Grenadier #B75335

Color information

#B75335 (or 0xB75335) is unknown color: approx Grenadier. HEX triplet: B7, 53 and 35. RGB value is (183,83,53). Sum of RGB (Red+Green+Blue) = 183+83+53=319 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.37% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 183 - color contains mainly: red. Hex color #B75335 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75335 is #48ACCA. Grayscale: #6D6D6D. Windows color (decimal): -4762827 or 3494839. OLE color: 3494839.

HSL color Cylindrical-coordinate representation of color #B75335: hue angle of 13.85º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B75335 is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB1838353-
CMYK00.550.710.28
HSL13.85º55.08%46.27%-
HSV(B)13.85º71.04%71.76%-
XYZ23.2616.515.33-
YUV109.4896.13180.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 57.37%
GREEN value IS 83 (32.81% from 255) = 26.02%
BLUE value IS 53 (21.09% from 255) = 16.61%
R=57.37%
G=26.02%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183835300.550.710.2813.8555.0846.27
HexB75335037471Ce372e
Octal2671236506710734166756
Binary10110111101001111010101101111000111111001110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75335; }

 p { color: rgb(183,83,53); }

 H1.HeaderClassName
 {
   color: #B75335;
 }
 .AnyTagClassName
 {
   color: #B75335;
 }
</style>
background-color css

<style>
 a { background-color: #B75335; }

 a { background-color: rgb(183,83,53); }

 div.DivClassName
 {
   background-color: #B75335;
 }
 .BgClassName
 {
   background-color: #B75335;
 }
</style>
border-color css

<style>
 span { border-color: #B75335; }

 span { border-color: rgb(183,83,53); }

 td.TdClassName
 {
   border-color: #B75335;
 }
 .TagClassName
 {
   border-color: #B75335;
 }
</style>