Html Css Color HEX #893B30 Prairie Sand

📋 copy color: '#893B30'

red 137 ◦ green 59 ◦ blue 48

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

Shades of Prairie Sand #893B30

Tints of Prairie Sand #893B30

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.18%

 BLUE value IS 48 (19.14% from 255) = 19.67%

R = 56.15%
G = 24.18%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.46

RGB Variations

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

Color information

#893B30 (or 0x893B30) is known color: Prairie Sand. HEX triplet: 89, 3B and 30. RGB value is (137,59,48). Sum of RGB (Red+Green+Blue) = 137+59+48=244 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.15% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 137 - color contains mainly: red. Hex color #893B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893B30 is #76C4CF. Grayscale: #515151. Windows color (decimal): -7783632 or 3160969. OLE color: 3160969.

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

Color convert

RGB 137 59 48 -
CMYK 0 0.57 0.65 0.46
HSL 7.42º 0.48% 0.36% -
HSV(B) 7.42º 0.65% 0.54% -
XYZ 12.41 8.66 3.81 -
YUV 81.07 109.34 167.89 -
System Red Green Blue C M Y K H S L
Decimal 137 59 48 0 0.57 0.65 0.46 7.42 0.48 0.36
Hex 89 3B 30 0 39 41 2E 7 30 24
Octal 211 73 60 0 71 101 56 7 60 44
Binary 10001001 111011 110000 0 111001 1000001 101110 111 110000 100100

Color Harmonies of #893B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893B30

Black with #893B30

Text Example


Text Example

White with #893B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,59,48); }

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

background-color css

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

 a { background-color: rgb(137,59,48); }

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

border-color css

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

 span { border-color: rgb(137,59,48); }

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