#554133

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

Shades of Brown Derby #554133

Tints of Brown Derby #554133

Color information

#554133 (or 0x554133) is unknown color: approx Brown Derby. HEX triplet: 55, 41 and 33. RGB value is (85,65,51). Sum of RGB (Red+Green+Blue) = 85+65+51=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #554133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554133 is #AABECC. Grayscale: #454545. Windows color (decimal): -11189965 or 3359061. OLE color: 3359061.

HSL color Cylindrical-coordinate representation of color #554133: hue angle of 24.71º 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 #554133 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB856551-
CMYK00.240.400.67
HSL24.71º25%26.67%-
HSV(B)24.71º40%33.33%-
XYZ6.235.953.95-
YUV69.38117.63139.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.29%
GREEN value IS 65 (25.78% from 255) = 32.34%
BLUE value IS 51 (20.31% from 255) = 25.37%
R=42.29%
G=32.34%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85655100.240.400.6724.712526.67
Hex554133018284319191b
Octal1251016303050103313133
Binary101010110000011100110110001010001000011110011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554133; }

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

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

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

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

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

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

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

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