Html Css Color HEX #823D2D Prairie Sand

📋 copy color: '#823D2D'

red 130 ◦ green 61 ◦ blue 45

#823D2D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prairie Sand #823D2D

Tints of Prairie Sand #823D2D

RGB

 RED value IS 130 (51.17% from 255) = 55.08%

 GREEN value IS 61 (24.22% from 255) = 25.85%

 BLUE value IS 45 (17.97% from 255) = 19.07%

R = 55.08%
G = 25.85%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#823D2D (or 0x823D2D) is known color: Prairie Sand. HEX triplet: 82, 3D and 2D. RGB value is (130,61,45). Sum of RGB (Red+Green+Blue) = 130+61+45=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #823D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823D2D is #7DC2D2. Grayscale: #4F4F4F. Windows color (decimal): -8241875 or 2964866. OLE color: 2964866.

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

Color convert

RGB 130 61 45 -
CMYK 0 0.53 0.65 0.49
HSL 11.29º 0.49% 0.34% -
HSV(B) 11.29º 0.65% 0.51% -
XYZ 11.35 8.27 3.48 -
YUV 79.81 108.36 163.8 -
System Red Green Blue C M Y K H S L
Decimal 130 61 45 0 0.53 0.65 0.49 11.29 0.49 0.34
Hex 82 3D 2D 0 35 41 31 B 31 22
Octal 202 75 55 0 65 101 61 13 61 42
Binary 10000010 111101 101101 0 110101 1000001 110001 1011 110001 100010

Color Harmonies of #823D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823D2D

Black with #823D2D

Text Example


Text Example

White with #823D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #823D2D;
 }
 .AnyTagClassName
 {
   color: #823D2D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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