#554141

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

Shades of Woody Brown #554141

Tints of Woody Brown #554141

Color information

#554141 (or 0x554141) is unknown color: approx Woody Brown. HEX triplet: 55, 41 and 41. RGB value is (85,65,65). Sum of RGB (Red+Green+Blue) = 85+65+65=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 85 - color contains mainly: red. Hex color #554141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554141 is #AABEBE. Grayscale: #474747. Windows color (decimal): -11189951 or 4276565. OLE color: 4276565.

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

Color convert

RGB856565-
CMYK00.240.240.67
HSL13.33%29.41%-
HSV(B)23.53%33.33%-
XYZ6.596.095.83-
YUV70.98124.63138-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.53%
GREEN value IS 65 (25.78% from 255) = 30.23%
BLUE value IS 65 (25.78% from 255) = 30.23%
R=39.53%
G=30.23%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85656500.240.240.67013.3329.41
Hex55414101818430d1d
Octal1251011010303010301535
Binary1010101100000110000010110001100010000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554141; }

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

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

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

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

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

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

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

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