Html Css Color HEX #57403F Woody Brown

📋 copy color: '#57403F'

red 87 ◦ green 64 ◦ blue 63

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

Shades of Woody Brown #57403F

Tints of Woody Brown #57403F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.91%

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

R = 40.65%
G = 29.91%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.66

RGB Variations

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

Color information

#57403F (or 0x57403F) is known color: Woody Brown. HEX triplet: 57, 40 and 3F. RGB value is (87,64,63). Sum of RGB (Red+Green+Blue) = 87+64+63=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 87 - color contains mainly: red. Hex color #57403F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57403F is #A8BFC0. Grayscale: #464646. Windows color (decimal): -11059137 or 4145239. OLE color: 4145239.

HSL color Cylindrical-coordinate representation of color #57403F: hue angle of 2.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 #57403F is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 64 63 -
CMYK 0 0.26 0.28 0.66
HSL 2.5º 0.16% 0.29% -
HSV(B) 2.5º 0.28% 0.34% -
XYZ 6.66 6.05 5.52 -
YUV 70.76 123.62 139.58 -
System Red Green Blue C M Y K H S L
Decimal 87 64 63 0 0.26 0.28 0.66 2.5 0.16 0.29
Hex 57 40 3F 0 1A 1C 42 2 10 1D
Octal 127 100 77 0 32 34 102 2 20 35
Binary 1010111 1000000 111111 0 11010 11100 1000010 10 10000 11101

Color Harmonies of #57403F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57403F

Black with #57403F

Text Example


Text Example

White with #57403F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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