#834033

Color #834033 Prairie Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prairie Sand #834033

Tints of Prairie Sand #834033

Color information

#834033 (or 0x834033) is unknown color: approx Prairie Sand. HEX triplet: 83, 40 and 33. RGB value is (131,64,51). Sum of RGB (Red+Green+Blue) = 131+64+51=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 51 (20.31% from 255 or 20.73% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #834033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834033 is #7CBFCC. Grayscale: #525252. Windows color (decimal): -8175565 or 3358851. OLE color: 3358851.

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

Color convert

RGB1316451-
CMYK00.510.610.49
HSL9.75º43.96%35.69%-
HSV(B)9.75º61.07%51.37%-
XYZ11.798.734.2-
YUV82.55110.2162.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.25%
GREEN value IS 64 (25.39% from 255) = 26.02%
BLUE value IS 51 (20.31% from 255) = 20.73%
R=53.25%
G=26.02%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131645100.510.610.499.7543.9635.69
Hex8340330333D31a2c24
Octal203100630637561125444
Binary10000011100000011001101100111111011100011010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834033; }

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

 H1.HeaderClassName
 {
   color: #834033;
 }
 .AnyTagClassName
 {
   color: #834033;
 }
</style>
background-color css

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

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

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

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

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

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