#833b31

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

Shades of Prairie Sand #833B31

Tints of Prairie Sand #833B31

Color information

#833B31 (or 0x833B31) is unknown color: approx Prairie Sand. HEX triplet: 83, 3B and 31. RGB value is (131,59,49). Sum of RGB (Red+Green+Blue) = 131+59+49=239 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.81% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 131 - color contains mainly: red. Hex color #833B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833B31 is #7CC4CE. Grayscale: #4F4F4F. Windows color (decimal): -8176847 or 3226499. OLE color: 3226499.

HSL color Cylindrical-coordinate representation of color #833B31: hue angle of 7.32º 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 #833B31 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB1315949-
CMYK00.550.630.49
HSL7.32º45.56%35.29%-
HSV(B)7.32º62.6%51.37%-
XYZ11.488.173.88-
YUV79.39110.85164.81-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 54.81%
GREEN value IS 59 (23.44% from 255) = 24.69%
BLUE value IS 49 (19.53% from 255) = 20.50%
R=54.81%
G=24.69%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131594900.550.630.497.3245.5635.29
Hex833B310373F3172e23
Octal2037361067776175643
Binary100000111110111100010110111111111110001111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833b31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833b31; }

 p { color: rgb(131,59,49); }

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

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

 a { background-color: rgb(131,59,49); }

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

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

 span { border-color: rgb(131,59,49); }

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