Html Css Color HEX #893D31 Prairie Sand

📋 copy color: '#893D31'

red 137 ◦ green 61 ◦ blue 49

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

Shades of Prairie Sand #893D31

Tints of Prairie Sand #893D31

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.7%

 BLUE value IS 49 (19.53% from 255) = 19.84%

R = 55.47%
G = 24.7%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#893D31 (or 0x893D31) is known color: Prairie Sand. HEX triplet: 89, 3D and 31. RGB value is (137,61,49). Sum of RGB (Red+Green+Blue) = 137+61+49=247 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.47% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 49 (19.53% from 255 or 19.84% from 247); Max value from RGB is 137 - color contains mainly: red. Hex color #893D31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893D31 is #76C2CE. Grayscale: #525252. Windows color (decimal): -7783119 or 3227017. OLE color: 3227017.

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

Color convert

RGB 137 61 49 -
CMYK 0 0.55 0.64 0.46
HSL 8.18º 0.47% 0.36% -
HSV(B) 8.18º 0.64% 0.54% -
XYZ 12.54 8.88 3.96 -
YUV 82.36 109.18 166.98 -
System Red Green Blue C M Y K H S L
Decimal 137 61 49 0 0.55 0.64 0.46 8.18 0.47 0.36
Hex 89 3D 31 0 37 40 2E 8 2F 24
Octal 211 75 61 0 67 100 56 10 57 44
Binary 10001001 111101 110001 0 110111 1000000 101110 1000 101111 100100

Color Harmonies of #893D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893D31

Black with #893D31

Text Example


Text Example

White with #893D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,61,49); }

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

background-color css

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

 a { background-color: rgb(137,61,49); }

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

border-color css

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

 span { border-color: rgb(137,61,49); }

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