Html Css Color HEX #893B2E Prairie Sand

📋 copy color: '#893B2E'

red 137 ◦ green 59 ◦ blue 46

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

Shades of Prairie Sand #893B2E

Tints of Prairie Sand #893B2E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.38%

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

R = 56.61%
G = 24.38%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#893B2E (or 0x893B2E) is known color: Prairie Sand. HEX triplet: 89, 3B and 2E. RGB value is (137,59,46). Sum of RGB (Red+Green+Blue) = 137+59+46=242 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.61% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 137 - color contains mainly: red. Hex color #893B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893B2E is #76C4D1. Grayscale: #505050. Windows color (decimal): -7783634 or 3029897. OLE color: 3029897.

HSL color Cylindrical-coordinate representation of color #893B2E: hue angle of 8.57º 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 #893B2E is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 59 46 -
CMYK 0 0.57 0.66 0.46
HSL 8.57º 0.5% 0.36% -
HSV(B) 8.57º 0.66% 0.54% -
XYZ 12.37 8.64 3.6 -
YUV 80.84 108.34 168.06 -
System Red Green Blue C M Y K H S L
Decimal 137 59 46 0 0.57 0.66 0.46 8.57 0.5 0.36
Hex 89 3B 2E 0 39 42 2E 9 32 24
Octal 211 73 56 0 71 102 56 11 62 44
Binary 10001001 111011 101110 0 111001 1000010 101110 1001 110010 100100

Color Harmonies of #893B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893B2E

Black with #893B2E

Text Example


Text Example

White with #893B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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