Html Css Color HEX #893D36 Prairie Sand

📋 copy color: '#893D36'

red 137 ◦ green 61 ◦ blue 54

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

Shades of Prairie Sand #893D36

Tints of Prairie Sand #893D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.43%

R = 54.37%
G = 24.21%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#893D36 (or 0x893D36) is known color: Prairie Sand. HEX triplet: 89, 3D and 36. RGB value is (137,61,54). Sum of RGB (Red+Green+Blue) = 137+61+54=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 54 (21.48% from 255 or 21.43% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #893D36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893D36 is #76C2C9. Grayscale: #535353. Windows color (decimal): -7783114 or 3554697. OLE color: 3554697.

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

Color convert

RGB 137 61 54 -
CMYK 0 0.55 0.61 0.46
HSL 5.06º 0.43% 0.37% -
HSV(B) 5.06º 0.61% 0.54% -
XYZ 12.65 8.92 4.55 -
YUV 82.93 111.68 166.57 -
System Red Green Blue C M Y K H S L
Decimal 137 61 54 0 0.55 0.61 0.46 5.06 0.43 0.37
Hex 89 3D 36 0 37 3D 2E 5 2B 25
Octal 211 75 66 0 67 75 56 5 53 45
Binary 10001001 111101 110110 0 110111 111101 101110 101 101011 100101

Color Harmonies of #893D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893D36

Black with #893D36

Text Example


Text Example

White with #893D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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