Html Css Color HEX #894130 Prairie Sand

📋 copy color: '#894130'

red 137 ◦ green 65 ◦ blue 48

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

Shades of Prairie Sand #894130

Tints of Prairie Sand #894130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26%

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

R = 54.8%
G = 26%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.46

RGB Variations

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

Color information

#894130 (or 0x894130) is known color: Prairie Sand. HEX triplet: 89, 41 and 30. RGB value is (137,65,48). Sum of RGB (Red+Green+Blue) = 137+65+48=250 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.8% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 137 - color contains mainly: red. Hex color #894130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894130 is #76BECF. Grayscale: #545454. Windows color (decimal): -7782096 or 3162505. OLE color: 3162505.

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

Color convert

RGB 137 65 48 -
CMYK 0 0.53 0.65 0.46
HSL 11.46º 0.48% 0.36% -
HSV(B) 11.46º 0.65% 0.54% -
XYZ 12.74 9.31 3.92 -
YUV 84.59 107.35 165.38 -
System Red Green Blue C M Y K H S L
Decimal 137 65 48 0 0.53 0.65 0.46 11.46 0.48 0.36
Hex 89 41 30 0 35 41 2E B 30 24
Octal 211 101 60 0 65 101 56 13 60 44
Binary 10001001 1000001 110000 0 110101 1000001 101110 1011 110000 100100

Color Harmonies of #894130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894130

Black with #894130

Text Example


Text Example

White with #894130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894130; }

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

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

background-color css

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

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

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

border-color css

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

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

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