#83402D

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

Shades of Prairie Sand #83402D

Tints of Prairie Sand #83402D

Color information

#83402D (or 0x83402D) is unknown color: approx Prairie Sand. HEX triplet: 83, 40 and 2D. RGB value is (131,64,45). Sum of RGB (Red+Green+Blue) = 131+64+45=240 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.58% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 131 - color contains mainly: red. Hex color #83402D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83402D is #7CBFD2. Grayscale: #525252. Windows color (decimal): -8175571 or 2965635. OLE color: 2965635.

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

Color convert

RGB1316445-
CMYK00.510.660.49
HSL13.26º48.86%34.51%-
HSV(B)13.26º65.65%51.37%-
XYZ11.678.683.54-
YUV81.87107.2163.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 54.58%
GREEN value IS 64 (25.39% from 255) = 26.67%
BLUE value IS 45 (17.97% from 255) = 18.75%
R=54.58%
G=26.67%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131644500.510.660.4913.2648.8634.51
Hex83402D0334231d3123
Octal2031005506310261156143
Binary100000111000000101101011001110000101100011101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83402D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83402D; }

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

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

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

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

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

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

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

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