#554536

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

Shades of Brown Derby #554536

Tints of Brown Derby #554536

Color information

#554536 (or 0x554536) is unknown color: approx Brown Derby. HEX triplet: 55, 45 and 36. RGB value is (85,69,54). Sum of RGB (Red+Green+Blue) = 85+69+54=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 54 (21.48% from 255 or 25.96% from 208); Max value from RGB is 85 - color contains mainly: red. Hex color #554536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554536 is #AABAC9. Grayscale: #484848. Windows color (decimal): -11188938 or 3556693. OLE color: 3556693.

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

Color convert

RGB856954-
CMYK00.190.360.67
HSL29.03º22.3%27.25%-
HSV(B)29.03º36.47%33.33%-
XYZ6.546.454.39-
YUV72.07117.8137.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.87%
GREEN value IS 69 (27.34% from 255) = 33.17%
BLUE value IS 54 (21.48% from 255) = 25.96%
R=40.87%
G=33.17%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85695400.190.360.6729.0322.327.25
Hex55453601324431d161b
Octal1251056602344103352633
Binary101010110001011101100100111001001000011111011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554536; }

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

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

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

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

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

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

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

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