Html Css Color HEX #57352D Redwood

📋 copy color: '#57352D'

red 87 ◦ green 53 ◦ blue 45

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

Shades of Redwood #57352D

Tints of Redwood #57352D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 24.32%

R = 47.03%
G = 28.65%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.66

RGB Variations

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

Color information

#57352D (or 0x57352D) is known color: Redwood. HEX triplet: 57, 35 and 2D. RGB value is (87,53,45). Sum of RGB (Red+Green+Blue) = 87+53+45=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 45 (17.97% from 255 or 24.32% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #57352D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57352D is #A8CAD2. Grayscale: #3E3E3E. Windows color (decimal): -11061971 or 2962775. OLE color: 2962775.

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

Color convert

RGB 87 53 45 -
CMYK 0 0.39 0.48 0.66
HSL 11.43º 0.32% 0.26% -
HSV(B) 11.43º 0.48% 0.34% -
XYZ 5.68 4.76 3.1 -
YUV 62.25 118.26 145.65 -
System Red Green Blue C M Y K H S L
Decimal 87 53 45 0 0.39 0.48 0.66 11.43 0.32 0.26
Hex 57 35 2D 0 27 30 42 B 20 1A
Octal 127 65 55 0 47 60 102 13 40 32
Binary 1010111 110101 101101 0 100111 110000 1000010 1011 100000 11010

Color Harmonies of #57352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57352D

Black with #57352D

Text Example


Text Example

White with #57352D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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