#554233

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

Shades of Brown Derby #554233

Tints of Brown Derby #554233

Color information

#554233 (or 0x554233) is unknown color: approx Brown Derby. HEX triplet: 55, 42 and 33. RGB value is (85,66,51). Sum of RGB (Red+Green+Blue) = 85+66+51=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 51 (20.31% from 255 or 25.25% from 202); Max value from RGB is 85 - color contains mainly: red. Hex color #554233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554233 is #AABDCC. Grayscale: #464646. Windows color (decimal): -11189709 or 3359317. OLE color: 3359317.

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

Color convert

RGB856651-
CMYK00.220.400.67
HSL26.47º25%26.67%-
HSV(B)26.47º40%33.33%-
XYZ6.296.073.97-
YUV69.97117.29138.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.08%
GREEN value IS 66 (26.17% from 255) = 32.67%
BLUE value IS 51 (20.31% from 255) = 25.25%
R=42.08%
G=32.67%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85665100.220.400.6726.472526.67
Hex55423301628431a191b
Octal1251026302650103323133
Binary101010110000101100110101101010001000011110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554233; }

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

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

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

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

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

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

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

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