Html Css Color HEX #893E2E Prairie Sand

📋 copy color: '#893E2E'

red 137 ◦ green 62 ◦ blue 46

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

Shades of Prairie Sand #893E2E

Tints of Prairie Sand #893E2E

RGB

 RED value IS 137 (53.91% from 255) = 55.92%

 GREEN value IS 62 (24.61% from 255) = 25.31%

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

R = 55.92%
G = 25.31%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#893E2E (or 0x893E2E) is known color: Prairie Sand. HEX triplet: 89, 3E and 2E. RGB value is (137,62,46). Sum of RGB (Red+Green+Blue) = 137+62+46=245 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.92% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 137 - color contains mainly: red. Hex color #893E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893E2E is #76C1D1. Grayscale: #525252. Windows color (decimal): -7782866 or 3030665. OLE color: 3030665.

HSL color Cylindrical-coordinate representation of color #893E2E: hue angle of 10.55º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #893E2E is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 62 46 -
CMYK 0 0.55 0.66 0.46
HSL 10.55º 0.5% 0.36% -
HSV(B) 10.55º 0.66% 0.54% -
XYZ 12.53 8.96 3.65 -
YUV 82.6 107.35 166.8 -
System Red Green Blue C M Y K H S L
Decimal 137 62 46 0 0.55 0.66 0.46 10.55 0.5 0.36
Hex 89 3E 2E 0 37 42 2E B 32 24
Octal 211 76 56 0 67 102 56 13 62 44
Binary 10001001 111110 101110 0 110111 1000010 101110 1011 110010 100100

Color Harmonies of #893E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893E2E

Black with #893E2E

Text Example


Text Example

White with #893E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893E2E; }

 p { color: rgb(137,62,46); }

 H1.HeaderClassName
 {
   color: #893E2E;
 }
 .AnyTagClassName
 {
   color: #893E2E;
 }
</style>

background-color css

<style>
 a { background-color: #893E2E; }

 a { background-color: rgb(137,62,46); }

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

border-color css

<style>
 span { border-color: #893E2E; }

 span { border-color: rgb(137,62,46); }

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