Html Css Color HEX #844033 Prairie Sand

📋 copy color: '#844033'

red 132 ◦ green 64 ◦ blue 51

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

Shades of Prairie Sand #844033

Tints of Prairie Sand #844033

RGB

 RED value IS 132 (51.95% from 255) = 53.44%

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

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

R = 53.44%
G = 25.91%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#844033 (or 0x844033) is known color: Prairie Sand. HEX triplet: 84, 40 and 33. RGB value is (132,64,51). Sum of RGB (Red+Green+Blue) = 132+64+51=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 51 (20.31% from 255 or 20.65% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #844033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844033 is #7BBFCC. Grayscale: #525252. Windows color (decimal): -8110029 or 3358852. OLE color: 3358852.

HSL color Cylindrical-coordinate representation of color #844033: hue angle of 9.63º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #844033 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 64 51 -
CMYK 0 0.52 0.61 0.48
HSL 9.63º 0.44% 0.36% -
HSV(B) 9.63º 0.61% 0.52% -
XYZ 11.95 8.81 4.2 -
YUV 82.85 110.03 163.06 -
System Red Green Blue C M Y K H S L
Decimal 132 64 51 0 0.52 0.61 0.48 9.63 0.44 0.36
Hex 84 40 33 0 34 3D 30 A 2C 24
Octal 204 100 63 0 64 75 60 12 54 44
Binary 10000100 1000000 110011 0 110100 111101 110000 1010 101100 100100

Color Harmonies of #844033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844033

Black with #844033

Text Example


Text Example

White with #844033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844033; }

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

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

background-color css

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

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

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

border-color css

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

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

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