Html Css Color HEX #57362E Redwood

📋 copy color: '#57362E'

red 87 ◦ green 54 ◦ blue 46

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

Shades of Redwood #57362E

Tints of Redwood #57362E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.88%

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

R = 46.52%
G = 28.88%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.66

RGB Variations

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

Color information

#57362E (or 0x57362E) is known color: Redwood. HEX triplet: 57, 36 and 2E. RGB value is (87,54,46). Sum of RGB (Red+Green+Blue) = 87+54+46=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 87 - color contains mainly: red. Hex color #57362E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57362E is #A8C9D1. Grayscale: #3F3F3F. Windows color (decimal): -11061714 or 3028567. OLE color: 3028567.

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

Color convert

RGB 87 54 46 -
CMYK 0 0.38 0.47 0.66
HSL 11.71º 0.31% 0.26% -
HSV(B) 11.71º 0.47% 0.34% -
XYZ 5.74 4.86 3.22 -
YUV 62.96 118.43 145.15 -
System Red Green Blue C M Y K H S L
Decimal 87 54 46 0 0.38 0.47 0.66 11.71 0.31 0.26
Hex 57 36 2E 0 26 2F 42 C 1F 1A
Octal 127 66 56 0 46 57 102 14 37 32
Binary 1010111 110110 101110 0 100110 101111 1000010 1100 11111 11010

Color Harmonies of #57362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57362E

Black with #57362E

Text Example


Text Example

White with #57362E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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