Html Css Color HEX #823D34 Prairie Sand

📋 copy color: '#823D34'

red 130 ◦ green 61 ◦ blue 52

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

Shades of Prairie Sand #823D34

Tints of Prairie Sand #823D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.4%

R = 53.5%
G = 25.1%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#823D34 (or 0x823D34) is known color: Prairie Sand. HEX triplet: 82, 3D and 34. RGB value is (130,61,52). Sum of RGB (Red+Green+Blue) = 130+61+52=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #823D34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823D34 is #7DC2CB. Grayscale: #505050. Windows color (decimal): -8241868 or 3423618. OLE color: 3423618.

HSL color Cylindrical-coordinate representation of color #823D34: hue angle of 6.92º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #823D34 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 61 52 -
CMYK 0 0.53 0.60 0.49
HSL 6.92º 0.43% 0.36% -
HSV(B) 6.92º 0.6% 0.51% -
XYZ 11.49 8.33 4.25 -
YUV 80.61 111.86 163.23 -
System Red Green Blue C M Y K H S L
Decimal 130 61 52 0 0.53 0.60 0.49 6.92 0.43 0.36
Hex 82 3D 34 0 35 3C 31 7 2B 24
Octal 202 75 64 0 65 74 61 7 53 44
Binary 10000010 111101 110100 0 110101 111100 110001 111 101011 100100

Color Harmonies of #823D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823D34

Black with #823D34

Text Example


Text Example

White with #823D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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