Html Css Color HEX #57352B Redwood

📋 copy color: '#57352B'

red 87 ◦ green 53 ◦ blue 43

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

Shades of Redwood #57352B

Tints of Redwood #57352B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.96%

 BLUE value IS 43 (17.19% from 255) = 23.5%

R = 47.54%
G = 28.96%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#57352B (or 0x57352B) is known color: Redwood. HEX triplet: 57, 35 and 2B. RGB value is (87,53,43). Sum of RGB (Red+Green+Blue) = 87+53+43=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 43 (17.19% from 255 or 23.50% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #57352B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57352B is #A8CAD4. Grayscale: #3E3E3E. Windows color (decimal): -11061973 or 2831703. OLE color: 2831703.

HSL color Cylindrical-coordinate representation of color #57352B: hue angle of 13.64º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #57352B is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 53 43 -
CMYK 0 0.39 0.51 0.66
HSL 13.64º 0.34% 0.25% -
HSV(B) 13.64º 0.51% 0.34% -
XYZ 5.64 4.75 2.9 -
YUV 62.03 117.26 145.81 -
System Red Green Blue C M Y K H S L
Decimal 87 53 43 0 0.39 0.51 0.66 13.64 0.34 0.25
Hex 57 35 2B 0 27 33 42 E 22 19
Octal 127 65 53 0 47 63 102 16 42 31
Binary 1010111 110101 101011 0 100111 110011 1000010 1110 100010 11001

Color Harmonies of #57352B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57352B

Black with #57352B

Text Example


Text Example

White with #57352B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57352B; }

 p { color: rgb(87,53,43); }

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

background-color css

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

 a { background-color: rgb(87,53,43); }

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

border-color css

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

 span { border-color: rgb(87,53,43); }

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