Html Css Color HEX #554744 Woody Brown

📋 copy color: '#554744'

red 85 ◦ green 71 ◦ blue 68

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

Shades of Woody Brown #554744

Tints of Woody Brown #554744

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.7%

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

R = 37.95%
G = 31.7%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#554744 (or 0x554744) is known color: Woody Brown. HEX triplet: 55, 47 and 44. RGB value is (85,71,68). Sum of RGB (Red+Green+Blue) = 85+71+68=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 68 (26.95% from 255 or 30.36% from 224); Max value from RGB is 85 - color contains mainly: red. Hex color #554744 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554744 is #AAB8BB. Grayscale: #4A4A4A. Windows color (decimal): -11188412 or 4474709. OLE color: 4474709.

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

Color convert

RGB 85 71 68 -
CMYK 0 0.16 0.20 0.67
HSL 10.59º 0.11% 0.3% -
HSV(B) 10.59º 0.2% 0.33% -
XYZ 7.04 6.86 6.42 -
YUV 74.84 124.14 135.24 -
System Red Green Blue C M Y K H S L
Decimal 85 71 68 0 0.16 0.20 0.67 10.59 0.11 0.3
Hex 55 47 44 0 10 14 43 B B 1E
Octal 125 107 104 0 20 24 103 13 13 36
Binary 1010101 1000111 1000100 0 10000 10100 1000011 1011 1011 11110

Color Harmonies of #554744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554744

Black with #554744

Text Example


Text Example

White with #554744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554744; }

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

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

background-color css

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

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

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

border-color css

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

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

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