#554031

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

Shades of Brown Derby #554031

Tints of Brown Derby #554031

Color information

#554031 (or 0x554031) is unknown color: approx Brown Derby. HEX triplet: 55, 40 and 31. RGB value is (85,64,49). Sum of RGB (Red+Green+Blue) = 85+64+49=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 49 (19.53% from 255 or 24.75% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #554031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554031 is #AABFCE. Grayscale: #444444. Windows color (decimal): -11190223 or 3227733. OLE color: 3227733.

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

Color convert

RGB856449-
CMYK00.250.420.67
HSL25º26.87%26.27%-
HSV(B)25º42.35%33.33%-
XYZ6.135.823.71-
YUV68.57116.96139.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.93%
GREEN value IS 64 (25.39% from 255) = 32.32%
BLUE value IS 49 (19.53% from 255) = 24.75%
R=42.93%
G=32.32%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85644900.250.420.672526.8726.27
Hex5540310192A43191b1a
Octal1251006103152103313332
Binary101010110000001100010110011010101000011110011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554031; }

 p { color: rgb(85,64,49); }

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

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

 a { background-color: rgb(85,64,49); }

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

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

 span { border-color: rgb(85,64,49); }

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