#83402E

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

Shades of Prairie Sand #83402E

Tints of Prairie Sand #83402E

Color information

#83402E (or 0x83402E) is unknown color: approx Prairie Sand. HEX triplet: 83, 40 and 2E. RGB value is (131,64,46). Sum of RGB (Red+Green+Blue) = 131+64+46=241 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.36% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 131 - color contains mainly: red. Hex color #83402E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83402E is #7CBFD1. Grayscale: #525252. Windows color (decimal): -8175570 or 3031171. OLE color: 3031171.

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

Color convert

RGB1316446-
CMYK00.510.650.49
HSL12.71º48.02%34.71%-
HSV(B)12.71º64.89%51.37%-
XYZ11.698.693.65-
YUV81.98107.7162.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 54.36%
GREEN value IS 64 (25.39% from 255) = 26.56%
BLUE value IS 46 (18.36% from 255) = 19.09%
R=54.36%
G=26.56%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131644600.510.650.4912.7148.0234.71
Hex83402E0334131d3023
Octal2031005606310161156043
Binary100000111000000101110011001110000011100011101110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83402E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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