Html Css Color HEX #57332B Redwood

📋 copy color: '#57332B'

red 87 ◦ green 51 ◦ blue 43

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

Shades of Redwood #57332B

Tints of Redwood #57332B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.18%

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

R = 48.07%
G = 28.18%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#57332B (or 0x57332B) is known color: Redwood. HEX triplet: 57, 33 and 2B. RGB value is (87,51,43). Sum of RGB (Red+Green+Blue) = 87+51+43=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 43 (17.19% from 255 or 23.76% from 181); Max value from RGB is 87 - color contains mainly: red. Hex color #57332B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57332B is #A8CCD4. Grayscale: #3C3C3C. Windows color (decimal): -11062485 or 2831191. OLE color: 2831191.

HSL color Cylindrical-coordinate representation of color #57332B: hue angle of 10.91º 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 #57332B is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 51 43 -
CMYK 0 0.41 0.51 0.66
HSL 10.91º 0.34% 0.25% -
HSV(B) 10.91º 0.51% 0.34% -
XYZ 5.55 4.57 2.87 -
YUV 60.85 117.93 146.65 -
System Red Green Blue C M Y K H S L
Decimal 87 51 43 0 0.41 0.51 0.66 10.91 0.34 0.25
Hex 57 33 2B 0 29 33 42 B 22 19
Octal 127 63 53 0 51 63 102 13 42 31
Binary 1010111 110011 101011 0 101001 110011 1000010 1011 100010 11001

Color Harmonies of #57332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57332B

Black with #57332B

Text Example


Text Example

White with #57332B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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