Html Css Color HEX #574544 Woody Brown

📋 copy color: '#574544'

red 87 ◦ green 69 ◦ blue 68

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

Shades of Woody Brown #574544

Tints of Woody Brown #574544

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.8%

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

R = 38.84%
G = 30.8%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.66

RGB Variations

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

Color information

#574544 (or 0x574544) is known color: Woody Brown. HEX triplet: 57, 45 and 44. RGB value is (87,69,68). Sum of RGB (Red+Green+Blue) = 87+69+68=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 68 (26.95% from 255 or 30.36% from 224); Max value from RGB is 87 - color contains mainly: red. Hex color #574544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574544 is #A8BABB. Grayscale: #4A4A4A. Windows color (decimal): -11057852 or 4474199. OLE color: 4474199.

HSL color Cylindrical-coordinate representation of color #574544: hue angle of 3.16º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #574544 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 69 68 -
CMYK 0 0.21 0.22 0.66
HSL 3.16º 0.12% 0.3% -
HSV(B) 3.16º 0.22% 0.34% -
XYZ 7.1 6.7 6.39 -
YUV 74.27 124.46 137.08 -
System Red Green Blue C M Y K H S L
Decimal 87 69 68 0 0.21 0.22 0.66 3.16 0.12 0.3
Hex 57 45 44 0 15 16 42 3 C 1E
Octal 127 105 104 0 25 26 102 3 14 36
Binary 1010111 1000101 1000100 0 10101 10110 1000010 11 1100 11110

Color Harmonies of #574544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574544

Black with #574544

Text Example


Text Example

White with #574544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574544; }

 p { color: rgb(87,69,68); }

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

background-color css

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

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

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

border-color css

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

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

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