Html Css Color HEX #57342B Redwood

📋 copy color: '#57342B'

red 87 ◦ green 52 ◦ blue 43

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

Shades of Redwood #57342B

Tints of Redwood #57342B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 23.63%

R = 47.8%
G = 28.57%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#57342B (or 0x57342B) is known color: Redwood. HEX triplet: 57, 34 and 2B. RGB value is (87,52,43). Sum of RGB (Red+Green+Blue) = 87+52+43=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 87 - color contains mainly: red. Hex color #57342B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57342B is #A8CBD4. Grayscale: #3D3D3D. Windows color (decimal): -11062229 or 2831447. OLE color: 2831447.

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

Color convert

RGB 87 52 43 -
CMYK 0 0.40 0.51 0.66
HSL 12.27º 0.34% 0.25% -
HSV(B) 12.27º 0.51% 0.34% -
XYZ 5.59 4.66 2.89 -
YUV 61.44 117.6 146.23 -
System Red Green Blue C M Y K H S L
Decimal 87 52 43 0 0.40 0.51 0.66 12.27 0.34 0.25
Hex 57 34 2B 0 28 33 42 C 22 19
Octal 127 64 53 0 50 63 102 14 42 31
Binary 1010111 110100 101011 0 101000 110011 1000010 1100 100010 11001

Color Harmonies of #57342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57342B

Black with #57342B

Text Example


Text Example

White with #57342B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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