#823E2D

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

Shades of Prairie Sand #823E2D

Tints of Prairie Sand #823E2D

Color information

#823E2D (or 0x823E2D) is unknown color: approx Prairie Sand. HEX triplet: 82, 3E and 2D. RGB value is (130,62,45). Sum of RGB (Red+Green+Blue) = 130+62+45=237 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.85% from 237); Green value is 62 (24.61% from 255 or 26.16% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 130 - color contains mainly: red. Hex color #823E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823E2D is #7DC1D2. Grayscale: #505050. Windows color (decimal): -8241619 or 2965122. OLE color: 2965122.

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

Color convert

RGB1306245-
CMYK00.520.650.49
HSL12º48.57%34.31%-
HSV(B)12º65.38%50.98%-
XYZ11.48.383.5-
YUV80.39108.03163.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.85%
GREEN value IS 62 (24.61% from 255) = 26.16%
BLUE value IS 45 (17.97% from 255) = 18.99%
R=54.85%
G=26.16%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130624500.520.650.491248.5734.31
Hex823E2D0344131c3122
Octal202765506410161146142
Binary10000010111110101101011010010000011100011100110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,62,45); }

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

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

 a { background-color: rgb(130,62,45); }

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

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

 span { border-color: rgb(130,62,45); }

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