#554232

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

Shades of Brown Derby #554232

Tints of Brown Derby #554232

Color information

#554232 (or 0x554232) is unknown color: approx Brown Derby. HEX triplet: 55, 42 and 32. RGB value is (85,66,50). Sum of RGB (Red+Green+Blue) = 85+66+50=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #554232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554232 is #AABDCD. Grayscale: #454545. Windows color (decimal): -11189710 or 3293781. OLE color: 3293781.

HSL color Cylindrical-coordinate representation of color #554232: hue angle of 27.43º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #554232 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB856650-
CMYK00.220.410.67
HSL27.43º25.93%26.47%-
HSV(B)27.43º41.18%33.33%-
XYZ6.276.063.86-
YUV69.86116.79138.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.29%
GREEN value IS 66 (26.17% from 255) = 32.84%
BLUE value IS 50 (19.92% from 255) = 24.88%
R=42.29%
G=32.84%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85665000.220.410.6727.4325.9326.47
Hex55423201629431b1a1a
Octal1251026202651103333232
Binary101010110000101100100101101010011000011110111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554232; }

 p { color: rgb(85,66,50); }

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

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

 a { background-color: rgb(85,66,50); }

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

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

 span { border-color: rgb(85,66,50); }

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