#834030

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

Shades of Prairie Sand #834030

Tints of Prairie Sand #834030

Color information

#834030 (or 0x834030) is unknown color: approx Prairie Sand. HEX triplet: 83, 40 and 30. RGB value is (131,64,48). Sum of RGB (Red+Green+Blue) = 131+64+48=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 48 (19.14% from 255 or 19.75% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #834030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834030 is #7CBFCF. Grayscale: #525252. Windows color (decimal): -8175568 or 3162243. OLE color: 3162243.

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

Color convert

RGB1316448-
CMYK00.510.630.49
HSL11.57º46.37%35.1%-
HSV(B)11.57º63.36%51.37%-
XYZ11.738.713.86-
YUV82.21108.7162.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.91%
GREEN value IS 64 (25.39% from 255) = 26.34%
BLUE value IS 48 (19.14% from 255) = 19.75%
R=53.91%
G=26.34%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131644800.510.630.4911.5746.3735.1
Hex8340300333F31c2e23
Octal203100600637761145643
Binary10000011100000011000001100111111111100011100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834030; }

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

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

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

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

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

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

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

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