#554639

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

Shades of Brown Derby #554639

Tints of Brown Derby #554639

Color information

#554639 (or 0x554639) is unknown color: approx Brown Derby. HEX triplet: 55, 46 and 39. RGB value is (85,70,57). Sum of RGB (Red+Green+Blue) = 85+70+57=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 57 (22.66% from 255 or 26.89% from 212); Max value from RGB is 85 - color contains mainly: red. Hex color #554639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554639 is #AAB9C6. Grayscale: #494949. Windows color (decimal): -11188679 or 3753557. OLE color: 3753557.

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

Color convert

RGB857057-
CMYK00.180.330.67
HSL27.86º19.72%27.84%-
HSV(B)27.86º32.94%33.33%-
XYZ6.676.614.79-
YUV73118.97136.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.09%
GREEN value IS 70 (27.73% from 255) = 33.02%
BLUE value IS 57 (22.66% from 255) = 26.89%
R=40.09%
G=33.02%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85705700.180.330.6727.8619.7227.84
Hex55463901221431c141c
Octal1251067102241103342434
Binary101010110001101110010100101000011000011111001010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554639; }

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

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

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

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

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

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

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

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