Html Css Color HEX #554847 Woody Brown

📋 copy color: '#554847'

red 85 ◦ green 72 ◦ blue 71

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

Shades of Woody Brown #554847

Tints of Woody Brown #554847

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.58%

 BLUE value IS 71 (28.13% from 255) = 31.14%

R = 37.28%
G = 31.58%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#554847 (or 0x554847) is known color: Woody Brown. HEX triplet: 55, 48 and 47. RGB value is (85,72,71). Sum of RGB (Red+Green+Blue) = 85+72+71=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 71 (28.12% from 255 or 31.14% from 228); Max value from RGB is 85 - color contains mainly: red. Hex color #554847 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554847 is #AAB7B8. Grayscale: #4B4B4B. Windows color (decimal): -11188153 or 4671573. OLE color: 4671573.

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

Color convert

RGB 85 72 71 -
CMYK 0 0.15 0.16 0.67
HSL 4.29º 0.09% 0.31% -
HSV(B) 4.29º 0.16% 0.33% -
XYZ 7.2 7.02 6.94 -
YUV 75.77 125.31 134.58 -
System Red Green Blue C M Y K H S L
Decimal 85 72 71 0 0.15 0.16 0.67 4.29 0.09 0.31
Hex 55 48 47 0 F 10 43 4 9 1F
Octal 125 110 107 0 17 20 103 4 11 37
Binary 1010101 1001000 1000111 0 1111 10000 1000011 100 1001 11111

Color Harmonies of #554847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554847

Black with #554847

Text Example


Text Example

White with #554847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554847; }

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

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

background-color css

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

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

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

border-color css

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

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

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