Html Css Color HEX #57342E Redwood

📋 copy color: '#57342E'

red 87 ◦ green 52 ◦ blue 46

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

Shades of Redwood #57342E

Tints of Redwood #57342E

RGB

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

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

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

R = 47.03%
G = 28.11%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.66

RGB Variations

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

Color information

#57342E (or 0x57342E) is known color: Redwood. HEX triplet: 57, 34 and 2E. RGB value is (87,52,46). Sum of RGB (Red+Green+Blue) = 87+52+46=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #57342E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57342E is #A8CBD1. Grayscale: #3D3D3D. Windows color (decimal): -11062226 or 3028055. OLE color: 3028055.

HSL color Cylindrical-coordinate representation of color #57342E: hue angle of 8.78º 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 #57342E is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 52 46 -
CMYK 0 0.40 0.47 0.66
HSL 8.78º 0.31% 0.26% -
HSV(B) 8.78º 0.47% 0.34% -
XYZ 5.65 4.68 3.19 -
YUV 61.78 119.1 145.99 -
System Red Green Blue C M Y K H S L
Decimal 87 52 46 0 0.40 0.47 0.66 8.78 0.31 0.26
Hex 57 34 2E 0 28 2F 42 9 1F 1A
Octal 127 64 56 0 50 57 102 11 37 32
Binary 1010111 110100 101110 0 101000 101111 1000010 1001 11111 11010

Color Harmonies of #57342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57342E

Black with #57342E

Text Example


Text Example

White with #57342E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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