Html Css Color HEX #57342A Redwood

📋 copy color: '#57342A'

red 87 ◦ green 52 ◦ blue 42

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

Shades of Redwood #57342A

Tints of Redwood #57342A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 23.2%

R = 48.07%
G = 28.73%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.66

RGB Variations

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

Color information

#57342A (or 0x57342A) is known color: Redwood. HEX triplet: 57, 34 and 2A. RGB value is (87,52,42). Sum of RGB (Red+Green+Blue) = 87+52+42=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 87 - color contains mainly: red. Hex color #57342A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57342A is #A8CBD5. Grayscale: #3D3D3D. Windows color (decimal): -11062230 or 2765911. OLE color: 2765911.

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

Color convert

RGB 87 52 42 -
CMYK 0 0.40 0.52 0.66
HSL 13.33º 0.35% 0.25% -
HSV(B) 13.33º 0.52% 0.34% -
XYZ 5.58 4.65 2.79 -
YUV 61.33 117.1 146.31 -
System Red Green Blue C M Y K H S L
Decimal 87 52 42 0 0.40 0.52 0.66 13.33 0.35 0.25
Hex 57 34 2A 0 28 34 42 D 23 19
Octal 127 64 52 0 50 64 102 15 43 31
Binary 1010111 110100 101010 0 101000 110100 1000010 1101 100011 11001

Color Harmonies of #57342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57342A

Black with #57342A

Text Example


Text Example

White with #57342A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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