Html Css Color HEX #823C33 Prairie Sand

📋 copy color: '#823C33'

red 130 ◦ green 60 ◦ blue 51

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

Shades of Prairie Sand #823C33

Tints of Prairie Sand #823C33

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.9%

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

R = 53.94%
G = 24.9%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#823C33 (or 0x823C33) is known color: Prairie Sand. HEX triplet: 82, 3C and 33. RGB value is (130,60,51). Sum of RGB (Red+Green+Blue) = 130+60+51=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 51 (20.31% from 255 or 21.16% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #823C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823C33 is #7DC3CC. Grayscale: #505050. Windows color (decimal): -8242125 or 3357826. OLE color: 3357826.

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

Color convert

RGB 130 60 51 -
CMYK 0 0.54 0.61 0.49
HSL 6.84º 0.44% 0.35% -
HSV(B) 6.84º 0.61% 0.51% -
XYZ 11.42 8.22 4.12 -
YUV 79.9 111.69 163.73 -
System Red Green Blue C M Y K H S L
Decimal 130 60 51 0 0.54 0.61 0.49 6.84 0.44 0.35
Hex 82 3C 33 0 36 3D 31 7 2C 23
Octal 202 74 63 0 66 75 61 7 54 43
Binary 10000010 111100 110011 0 110110 111101 110001 111 101100 100011

Color Harmonies of #823C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823C33

Black with #823C33

Text Example


Text Example

White with #823C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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