Html Css Color HEX #57352E Redwood

📋 copy color: '#57352E'

red 87 ◦ green 53 ◦ blue 46

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

Shades of Redwood #57352E

Tints of Redwood #57352E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 24.73%

R = 46.77%
G = 28.49%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.66

RGB Variations

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

Color information

#57352E (or 0x57352E) is known color: Redwood. HEX triplet: 57, 35 and 2E. RGB value is (87,53,46). Sum of RGB (Red+Green+Blue) = 87+53+46=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 46 (18.36% from 255 or 24.73% from 186); Max value from RGB is 87 - color contains mainly: red. Hex color #57352E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57352E is #A8CAD1. Grayscale: #3E3E3E. Windows color (decimal): -11061970 or 3028311. OLE color: 3028311.

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

Color convert

RGB 87 53 46 -
CMYK 0 0.39 0.47 0.66
HSL 10.24º 0.31% 0.26% -
HSV(B) 10.24º 0.47% 0.34% -
XYZ 5.7 4.77 3.21 -
YUV 62.37 118.76 145.57 -
System Red Green Blue C M Y K H S L
Decimal 87 53 46 0 0.39 0.47 0.66 10.24 0.31 0.26
Hex 57 35 2E 0 27 2F 42 A 1F 1A
Octal 127 65 56 0 47 57 102 12 37 32
Binary 1010111 110101 101110 0 100111 101111 1000010 1010 11111 11010

Color Harmonies of #57352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57352E

Black with #57352E

Text Example


Text Example

White with #57352E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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