#554443

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

Shades of Woody Brown #554443

Tints of Woody Brown #554443

Color information

#554443 (or 0x554443) is unknown color: approx Woody Brown. HEX triplet: 55, 44 and 43. RGB value is (85,68,67). Sum of RGB (Red+Green+Blue) = 85+68+67=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 67 (26.56% from 255 or 30.45% from 220); Max value from RGB is 85 - color contains mainly: red. Hex color #554443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554443 is #AABBBC. Grayscale: #484848. Windows color (decimal): -11189181 or 4408405. OLE color: 4408405.

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

Color convert

RGB856867-
CMYK00.200.210.67
HSL3.33º11.84%29.8%-
HSV(B)3.33º21.18%33.33%-
XYZ6.836.476.2-
YUV72.97124.63136.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.64%
GREEN value IS 68 (26.95% from 255) = 30.91%
BLUE value IS 67 (26.56% from 255) = 30.45%
R=38.64%
G=30.91%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85686700.200.210.673.3311.8429.8
Hex55444301415433c1e
Octal1251041030242510331436
Binary10101011000100100001101010010101100001111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554443; }

 p { color: rgb(85,68,67); }

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

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

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

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

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

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

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