Html Css Color HEX #554444 Woody Brown

📋 copy color: '#554444'

red 85 ◦ green 68 ◦ blue 68

#554444
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Woody Brown #554444

Tints of Woody Brown #554444

RGB

 RED value IS 85 (33.59% from 255) = 38.46%

 GREEN value IS 68 (26.95% from 255) = 30.77%

 BLUE value IS 68 (26.95% from 255) = 30.77%

R = 38.46%
G = 30.77%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#554444 (or 0x554444) is known color: Woody Brown. HEX triplet: 55, 44 and 44. RGB value is (85,68,68). Sum of RGB (Red+Green+Blue) = 85+68+68=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 68 (26.95% from 255 or 30.77% from 221); Max value from RGB is 85 - color contains mainly: red. Hex color #554444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554444 is #AABBBB. Grayscale: #494949. Windows color (decimal): -11189180 or 4473941. OLE color: 4473941.

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

Color convert

RGB 85 68 68 -
CMYK 0 0.20 0.20 0.67
HSL 0.11% 0.3% -
HSV(B) 0.2% 0.33% -
XYZ 6.86 6.48 6.36 -
YUV 73.08 125.13 136.5 -
System Red Green Blue C M Y K H S L
Decimal 85 68 68 0 0.20 0.20 0.67 0 0.11 0.3
Hex 55 44 44 0 14 14 43 0 B 1E
Octal 125 104 104 0 24 24 103 0 13 36
Binary 1010101 1000100 1000100 0 10100 10100 1000011 0 1011 11110

Color Harmonies of #554444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554444

Black with #554444

Text Example


Text Example

White with #554444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554444; }

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

 H1.HeaderClassName
 {
   color: #554444;
 }
 .AnyTagClassName
 {
   color: #554444;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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