#834032

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

Shades of Prairie Sand #834032

Tints of Prairie Sand #834032

Color information

#834032 (or 0x834032) is unknown color: approx Prairie Sand. HEX triplet: 83, 40 and 32. RGB value is (131,64,50). Sum of RGB (Red+Green+Blue) = 131+64+50=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #834032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834032 is #7CBFCD. Grayscale: #525252. Windows color (decimal): -8175566 or 3293315. OLE color: 3293315.

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

Color convert

RGB1316450-
CMYK00.510.620.49
HSL10.37º44.75%35.49%-
HSV(B)10.37º61.83%51.37%-
XYZ11.778.724.08-
YUV82.44109.7162.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.47%
GREEN value IS 64 (25.39% from 255) = 26.12%
BLUE value IS 50 (19.92% from 255) = 20.41%
R=53.47%
G=26.12%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131645000.510.620.4910.3744.7535.49
Hex8340320333E31a2d23
Octal203100620637661125543
Binary10000011100000011001001100111111101100011010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834032; }

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

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

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

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

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

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

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

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