Html Css Color HEX #893C2E Prairie Sand

📋 copy color: '#893C2E'

red 137 ◦ green 60 ◦ blue 46

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

Shades of Prairie Sand #893C2E

Tints of Prairie Sand #893C2E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.69%

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

R = 56.38%
G = 24.69%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#893C2E (or 0x893C2E) is known color: Prairie Sand. HEX triplet: 89, 3C and 2E. RGB value is (137,60,46). Sum of RGB (Red+Green+Blue) = 137+60+46=243 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.38% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 137 - color contains mainly: red. Hex color #893C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893C2E is #76C3D1. Grayscale: #515151. Windows color (decimal): -7783378 or 3030153. OLE color: 3030153.

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

Color convert

RGB 137 60 46 -
CMYK 0 0.56 0.66 0.46
HSL 9.23º 0.5% 0.36% -
HSV(B) 9.23º 0.66% 0.54% -
XYZ 12.43 8.75 3.62 -
YUV 81.43 108.01 167.64 -
System Red Green Blue C M Y K H S L
Decimal 137 60 46 0 0.56 0.66 0.46 9.23 0.5 0.36
Hex 89 3C 2E 0 38 42 2E 9 32 24
Octal 211 74 56 0 70 102 56 11 62 44
Binary 10001001 111100 101110 0 111000 1000010 101110 1001 110010 100100

Color Harmonies of #893C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893C2E

Black with #893C2E

Text Example


Text Example

White with #893C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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