Html Css Color HEX #893F30 Prairie Sand

📋 copy color: '#893F30'

red 137 ◦ green 63 ◦ blue 48

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

Shades of Prairie Sand #893F30

Tints of Prairie Sand #893F30

RGB

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

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

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

R = 55.24%
G = 25.4%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.46

RGB Variations

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

Color information

#893F30 (or 0x893F30) is known color: Prairie Sand. HEX triplet: 89, 3F and 30. RGB value is (137,63,48). Sum of RGB (Red+Green+Blue) = 137+63+48=248 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.24% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 137 - color contains mainly: red. Hex color #893F30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893F30 is #76C0CF. Grayscale: #535353. Windows color (decimal): -7782608 or 3161993. OLE color: 3161993.

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

Color convert

RGB 137 63 48 -
CMYK 0 0.54 0.65 0.46
HSL 10.11º 0.48% 0.36% -
HSV(B) 10.11º 0.65% 0.54% -
XYZ 12.63 9.09 3.88 -
YUV 83.42 108.02 166.22 -
System Red Green Blue C M Y K H S L
Decimal 137 63 48 0 0.54 0.65 0.46 10.11 0.48 0.36
Hex 89 3F 30 0 36 41 2E A 30 24
Octal 211 77 60 0 66 101 56 12 60 44
Binary 10001001 111111 110000 0 110110 1000001 101110 1010 110000 100100

Color Harmonies of #893F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893F30

Black with #893F30

Text Example


Text Example

White with #893F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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