#554131

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

Shades of Brown Derby #554131

Tints of Brown Derby #554131

Color information

#554131 (or 0x554131) is unknown color: approx Brown Derby. HEX triplet: 55, 41 and 31. RGB value is (85,65,49). Sum of RGB (Red+Green+Blue) = 85+65+49=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 85 - color contains mainly: red. Hex color #554131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554131 is #AABECE. Grayscale: #454545. Windows color (decimal): -11189967 or 3227989. OLE color: 3227989.

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

Color convert

RGB856549-
CMYK00.240.420.67
HSL26.67º26.87%26.27%-
HSV(B)26.67º42.35%33.33%-
XYZ6.195.933.72-
YUV69.16116.63139.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.71%
GREEN value IS 65 (25.78% from 255) = 32.66%
BLUE value IS 49 (19.53% from 255) = 24.62%
R=42.71%
G=32.66%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85654900.240.420.6726.6726.8726.27
Hex5541310182A431b1b1a
Octal1251016103052103333332
Binary101010110000011100010110001010101000011110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554131; }

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

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

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

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

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

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

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

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