#554539

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

Shades of Brown Derby #554539

Tints of Brown Derby #554539

Color information

#554539 (or 0x554539) is unknown color: approx Brown Derby. HEX triplet: 55, 45 and 39. RGB value is (85,69,57). Sum of RGB (Red+Green+Blue) = 85+69+57=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 57 (22.66% from 255 or 27.01% from 211); Max value from RGB is 85 - color contains mainly: red. Hex color #554539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554539 is #AABAC6. Grayscale: #484848. Windows color (decimal): -11188935 or 3753301. OLE color: 3753301.

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

Color convert

RGB856957-
CMYK00.190.330.67
HSL25.71º19.72%27.84%-
HSV(B)25.71º32.94%33.33%-
XYZ6.616.484.77-
YUV72.42119.3136.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.28%
GREEN value IS 69 (27.34% from 255) = 32.70%
BLUE value IS 57 (22.66% from 255) = 27.01%
R=40.28%
G=32.70%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85695700.190.330.6725.7119.7227.84
Hex55453901321431a141c
Octal1251057102341103322434
Binary101010110001011110010100111000011000011110101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554539; }

 p { color: rgb(85,69,57); }

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

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

 a { background-color: rgb(85,69,57); }

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

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

 span { border-color: rgb(85,69,57); }

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