Html Css Color HEX #57413F Woody Brown

📋 copy color: '#57413F'

red 87 ◦ green 65 ◦ blue 63

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

Shades of Woody Brown #57413F

Tints of Woody Brown #57413F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.23%

 BLUE value IS 63 (25% from 255) = 29.3%

R = 40.47%
G = 30.23%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.66

RGB Variations

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

Color information

#57413F (or 0x57413F) is known color: Woody Brown. HEX triplet: 57, 41 and 3F. RGB value is (87,65,63). Sum of RGB (Red+Green+Blue) = 87+65+63=215 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.47% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 87 - color contains mainly: red. Hex color #57413F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57413F is #A8BEC0. Grayscale: #474747. Windows color (decimal): -11058881 or 4145495. OLE color: 4145495.

HSL color Cylindrical-coordinate representation of color #57413F: hue angle of 5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #57413F is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 65 63 -
CMYK 0 0.25 0.28 0.66
HSL 0.16% 0.29% -
HSV(B) 0.28% 0.34% -
XYZ 6.72 6.17 5.54 -
YUV 71.35 123.29 139.16 -
System Red Green Blue C M Y K H S L
Decimal 87 65 63 0 0.25 0.28 0.66 5 0.16 0.29
Hex 57 41 3F 0 19 1C 42 5 10 1D
Octal 127 101 77 0 31 34 102 5 20 35
Binary 1010111 1000001 111111 0 11001 11100 1000010 101 10000 11101

Color Harmonies of #57413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57413F

Black with #57413F

Text Example


Text Example

White with #57413F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57413F; }

 p { color: rgb(87,65,63); }

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

background-color css

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

 a { background-color: rgb(87,65,63); }

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

border-color css

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

 span { border-color: rgb(87,65,63); }

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