Html Css Color HEX #894033 Prairie Sand

📋 copy color: '#894033'

red 137 ◦ green 64 ◦ blue 51

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

Shades of Prairie Sand #894033

Tints of Prairie Sand #894033

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.4%

 BLUE value IS 51 (20.31% from 255) = 20.24%

R = 54.37%
G = 25.4%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.46

RGB Variations

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

Color information

#894033 (or 0x894033) is known color: Prairie Sand. HEX triplet: 89, 40 and 33. RGB value is (137,64,51). Sum of RGB (Red+Green+Blue) = 137+64+51=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #894033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894033 is #76BFCC. Grayscale: #545454. Windows color (decimal): -7782349 or 3358857. OLE color: 3358857.

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

Color convert

RGB 137 64 51 -
CMYK 0 0.53 0.63 0.46
HSL 9.07º 0.46% 0.37% -
HSV(B) 9.07º 0.63% 0.54% -
XYZ 12.75 9.22 4.24 -
YUV 84.35 109.18 165.56 -
System Red Green Blue C M Y K H S L
Decimal 137 64 51 0 0.53 0.63 0.46 9.07 0.46 0.37
Hex 89 40 33 0 35 3F 2E 9 2E 25
Octal 211 100 63 0 65 77 56 11 56 45
Binary 10001001 1000000 110011 0 110101 111111 101110 1001 101110 100101

Color Harmonies of #894033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894033

Black with #894033

Text Example


Text Example

White with #894033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894033; }

 p { color: rgb(137,64,51); }

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

background-color css

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

 a { background-color: rgb(137,64,51); }

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

border-color css

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

 span { border-color: rgb(137,64,51); }

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