#823B31

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

Shades of Prairie Sand #823B31

Tints of Prairie Sand #823B31

Color information

#823B31 (or 0x823B31) is unknown color: approx Prairie Sand. HEX triplet: 82, 3B and 31. RGB value is (130,59,49). Sum of RGB (Red+Green+Blue) = 130+59+49=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 59 (23.44% from 255 or 24.79% from 238); Blue value is 49 (19.53% from 255 or 20.59% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #823B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823B31 is #7DC4CE. Grayscale: #4F4F4F. Windows color (decimal): -8242383 or 3226498. OLE color: 3226498.

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

Color convert

RGB1305949-
CMYK00.550.620.49
HSL7.41º45.25%35.1%-
HSV(B)7.41º62.31%50.98%-
XYZ11.328.13.87-
YUV79.09111.02164.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.62%
GREEN value IS 59 (23.44% from 255) = 24.79%
BLUE value IS 49 (19.53% from 255) = 20.59%
R=54.62%
G=24.79%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130594900.550.620.497.4145.2535.1
Hex823B310373E3172d23
Octal2027361067766175543
Binary100000101110111100010110111111110110001111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823B31; }

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

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

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

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

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

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

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

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