#554439

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

Shades of Brown Derby #554439

Tints of Brown Derby #554439

Color information

#554439 (or 0x554439) is unknown color: approx Brown Derby. HEX triplet: 55, 44 and 39. RGB value is (85,68,57). Sum of RGB (Red+Green+Blue) = 85+68+57=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 57 (22.66% from 255 or 27.14% from 210); Max value from RGB is 85 - color contains mainly: red. Hex color #554439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554439 is #AABBC6. Grayscale: #474747. Windows color (decimal): -11189191 or 3753045. OLE color: 3753045.

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

Color convert

RGB856857-
CMYK00.200.330.67
HSL23.57º19.72%27.84%-
HSV(B)23.57º32.94%33.33%-
XYZ6.556.364.75-
YUV71.83119.63137.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.48%
GREEN value IS 68 (26.95% from 255) = 32.38%
BLUE value IS 57 (22.66% from 255) = 27.14%
R=40.48%
G=32.38%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85685700.200.330.6723.5719.7227.84
Hex554439014214318141c
Octal1251047102441103302434
Binary101010110001001110010101001000011000011110001010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554439; }

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

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

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

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

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

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

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

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