Html Css Color HEX #574948 Woody Brown

📋 copy color: '#574948'

red 87 ◦ green 73 ◦ blue 72

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

Shades of Woody Brown #574948

Tints of Woody Brown #574948

RGB

 RED value IS 87 (34.38% from 255) = 37.5%

 GREEN value IS 73 (28.91% from 255) = 31.47%

 BLUE value IS 72 (28.52% from 255) = 31.03%

R = 37.5%
G = 31.47%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#574948 (or 0x574948) is known color: Woody Brown. HEX triplet: 57, 49 and 48. RGB value is (87,73,72). Sum of RGB (Red+Green+Blue) = 87+73+72=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 87 - color contains mainly: red. Hex color #574948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574948 is #A8B6B7. Grayscale: #4D4D4D. Windows color (decimal): -11056824 or 4737367. OLE color: 4737367.

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

Color convert

RGB 87 73 72 -
CMYK 0 0.16 0.17 0.66
HSL 0.09% 0.31% -
HSV(B) 0.17% 0.34% -
XYZ 7.48 7.26 7.14 -
YUV 77.07 125.14 135.08 -
System Red Green Blue C M Y K H S L
Decimal 87 73 72 0 0.16 0.17 0.66 4 0.09 0.31
Hex 57 49 48 0 10 11 42 4 9 1F
Octal 127 111 110 0 20 21 102 4 11 37
Binary 1010111 1001001 1001000 0 10000 10001 1000010 100 1001 11111

Color Harmonies of #574948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574948

Black with #574948

Text Example


Text Example

White with #574948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574948; }

 p { color: rgb(87,73,72); }

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

background-color css

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

 a { background-color: rgb(87,73,72); }

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

border-color css

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

 span { border-color: rgb(87,73,72); }

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