Html Css Color HEX #823D33 Prairie Sand

📋 copy color: '#823D33'

red 130 ◦ green 61 ◦ blue 51

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

Shades of Prairie Sand #823D33

Tints of Prairie Sand #823D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.07%

R = 53.72%
G = 25.21%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#823D33 (or 0x823D33) is known color: Prairie Sand. HEX triplet: 82, 3D and 33. RGB value is (130,61,51). Sum of RGB (Red+Green+Blue) = 130+61+51=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 51 (20.31% from 255 or 21.07% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #823D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823D33 is #7DC2CC. Grayscale: #505050. Windows color (decimal): -8241869 or 3358082. OLE color: 3358082.

HSL color Cylindrical-coordinate representation of color #823D33: hue angle of 7.59º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #823D33 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 61 51 -
CMYK 0 0.53 0.61 0.49
HSL 7.59º 0.44% 0.35% -
HSV(B) 7.59º 0.61% 0.51% -
XYZ 11.47 8.32 4.13 -
YUV 80.49 111.36 163.31 -
System Red Green Blue C M Y K H S L
Decimal 130 61 51 0 0.53 0.61 0.49 7.59 0.44 0.35
Hex 82 3D 33 0 35 3D 31 8 2C 23
Octal 202 75 63 0 65 75 61 10 54 43
Binary 10000010 111101 110011 0 110101 111101 110001 1000 101100 100011

Color Harmonies of #823D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823D33

Black with #823D33

Text Example


Text Example

White with #823D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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