Html Css Color HEX #893D32 Prairie Sand

📋 copy color: '#893D32'

red 137 ◦ green 61 ◦ blue 50

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

Shades of Prairie Sand #893D32

Tints of Prairie Sand #893D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.16%

R = 55.24%
G = 24.6%
B = 20.16%

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

#893D32 (or 0x893D32) is known color: Prairie Sand. HEX triplet: 89, 3D and 32. RGB value is (137,61,50). Sum of RGB (Red+Green+Blue) = 137+61+50=248 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.24% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 137 - color contains mainly: red. Hex color #893D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893D32 is #76C2CD. Grayscale: #525252. Windows color (decimal): -7783118 or 3292553. OLE color: 3292553.

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

Color convert

RGB 137 61 50 -
CMYK 0 0.55 0.64 0.46
HSL 7.59º 0.47% 0.37% -
HSV(B) 7.59º 0.64% 0.54% -
XYZ 12.56 8.89 4.07 -
YUV 82.47 109.68 166.89 -
System Red Green Blue C M Y K H S L
Decimal 137 61 50 0 0.55 0.64 0.46 7.59 0.47 0.37
Hex 89 3D 32 0 37 40 2E 8 2F 25
Octal 211 75 62 0 67 100 56 10 57 45
Binary 10001001 111101 110010 0 110111 1000000 101110 1000 101111 100101

Color Harmonies of #893D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893D32

Black with #893D32

Text Example


Text Example

White with #893D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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