Html Css Color HEX #57342F Redwood

📋 copy color: '#57342F'

red 87 ◦ green 52 ◦ blue 47

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

Shades of Redwood #57342F

Tints of Redwood #57342F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.96%

 BLUE value IS 47 (18.75% from 255) = 25.27%

R = 46.77%
G = 27.96%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.66

RGB Variations

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

Color information

#57342F (or 0x57342F) is known color: Redwood. HEX triplet: 57, 34 and 2F. RGB value is (87,52,47). Sum of RGB (Red+Green+Blue) = 87+52+47=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 87 - color contains mainly: red. Hex color #57342F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57342F is #A8CBD0. Grayscale: #3D3D3D. Windows color (decimal): -11062225 or 3093591. OLE color: 3093591.

HSL color Cylindrical-coordinate representation of color #57342F: hue angle of 7.5º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #57342F is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 52 47 -
CMYK 0 0.40 0.46 0.66
HSL 7.5º 0.3% 0.26% -
HSV(B) 7.5º 0.46% 0.34% -
XYZ 5.67 4.69 3.3 -
YUV 61.9 119.6 145.91 -
System Red Green Blue C M Y K H S L
Decimal 87 52 47 0 0.40 0.46 0.66 7.5 0.3 0.26
Hex 57 34 2F 0 28 2E 42 8 1E 1A
Octal 127 64 57 0 50 56 102 10 36 32
Binary 1010111 110100 101111 0 101000 101110 1000010 1000 11110 11010

Color Harmonies of #57342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57342F

Black with #57342F

Text Example


Text Example

White with #57342F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,52,47); }

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

background-color css

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

 a { background-color: rgb(87,52,47); }

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

border-color css

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

 span { border-color: rgb(87,52,47); }

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