Html Css Color HEX #893A35 Prairie Sand

📋 copy color: '#893A35'

red 137 ◦ green 58 ◦ blue 53

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

Shades of Prairie Sand #893A35

Tints of Prairie Sand #893A35

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.39%

 BLUE value IS 53 (21.09% from 255) = 21.37%

R = 55.24%
G = 23.39%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#893A35 (or 0x893A35) is known color: Prairie Sand. HEX triplet: 89, 3A and 35. RGB value is (137,58,53). Sum of RGB (Red+Green+Blue) = 137+58+53=248 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.24% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 137 - color contains mainly: red. Hex color #893A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893A35 is #76C5CA. Grayscale: #515151. Windows color (decimal): -7783883 or 3488393. OLE color: 3488393.

HSL color Cylindrical-coordinate representation of color #893A35: hue angle of 3.57º degrees, saturation: 0.44, 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 #893A35 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 58 53 -
CMYK 0 0.58 0.61 0.46
HSL 3.57º 0.44% 0.37% -
HSV(B) 3.57º 0.61% 0.54% -
XYZ 12.47 8.6 4.37 -
YUV 81.05 112.17 167.91 -
System Red Green Blue C M Y K H S L
Decimal 137 58 53 0 0.58 0.61 0.46 3.57 0.44 0.37
Hex 89 3A 35 0 3A 3D 2E 4 2C 25
Octal 211 72 65 0 72 75 56 4 54 45
Binary 10001001 111010 110101 0 111010 111101 101110 100 101100 100101

Color Harmonies of #893A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893A35

Black with #893A35

Text Example


Text Example

White with #893A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,58,53); }

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

background-color css

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

 a { background-color: rgb(137,58,53); }

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

border-color css

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

 span { border-color: rgb(137,58,53); }

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