Html Css Color HEX #554747 Woody Brown

📋 copy color: '#554747'

red 85 ◦ green 71 ◦ blue 71

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

Shades of Woody Brown #554747

Tints of Woody Brown #554747

RGB

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

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

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

R = 37.44%
G = 31.28%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#554747 (or 0x554747) is known color: Woody Brown. HEX triplet: 55, 47 and 47. RGB value is (85,71,71). Sum of RGB (Red+Green+Blue) = 85+71+71=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 85 - color contains mainly: red. Hex color #554747 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554747 is #AAB8B8. Grayscale: #4B4B4B. Windows color (decimal): -11188409 or 4671317. OLE color: 4671317.

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

Color convert

RGB 85 71 71 -
CMYK 0 0.16 0.16 0.67
HSL 0.09% 0.31% -
HSV(B) 0.16% 0.33% -
XYZ 7.14 6.89 6.92 -
YUV 75.19 125.64 135 -
System Red Green Blue C M Y K H S L
Decimal 85 71 71 0 0.16 0.16 0.67 0 0.09 0.31
Hex 55 47 47 0 10 10 43 0 9 1F
Octal 125 107 107 0 20 20 103 0 11 37
Binary 1010101 1000111 1000111 0 10000 10000 1000011 0 1001 11111

Color Harmonies of #554747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554747

Black with #554747

Text Example


Text Example

White with #554747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554747; }

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

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

background-color css

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

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

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

border-color css

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

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

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