Html Css Color HEX #893F32 Prairie Sand

📋 copy color: '#893F32'

red 137 ◦ green 63 ◦ blue 50

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

Shades of Prairie Sand #893F32

Tints of Prairie Sand #893F32

RGB

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

 GREEN value IS 63 (25% from 255) = 25.2%

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

R = 54.8%
G = 25.2%
B = 20%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#893F32 (or 0x893F32) is known color: Prairie Sand. HEX triplet: 89, 3F and 32. RGB value is (137,63,50). Sum of RGB (Red+Green+Blue) = 137+63+50=250 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.8% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 137 - color contains mainly: red. Hex color #893F32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893F32 is #76C0CD. Grayscale: #535353. Windows color (decimal): -7782606 or 3293065. OLE color: 3293065.

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

Color convert

RGB 137 63 50 -
CMYK 0 0.54 0.64 0.46
HSL 8.97º 0.47% 0.37% -
HSV(B) 8.97º 0.64% 0.54% -
XYZ 12.67 9.1 4.11 -
YUV 83.64 109.02 166.06 -
System Red Green Blue C M Y K H S L
Decimal 137 63 50 0 0.54 0.64 0.46 8.97 0.47 0.37
Hex 89 3F 32 0 36 40 2E 9 2F 25
Octal 211 77 62 0 66 100 56 11 57 45
Binary 10001001 111111 110010 0 110110 1000000 101110 1001 101111 100101

Color Harmonies of #893F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893F32

Black with #893F32

Text Example


Text Example

White with #893F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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