Html Css Color HEX #823C30 Prairie Sand

📋 copy color: '#823C30'

red 130 ◦ green 60 ◦ blue 48

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

Shades of Prairie Sand #823C30

Tints of Prairie Sand #823C30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 20.17%

R = 54.62%
G = 25.21%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#823C30 (or 0x823C30) is known color: Prairie Sand. HEX triplet: 82, 3C and 30. RGB value is (130,60,48). Sum of RGB (Red+Green+Blue) = 130+60+48=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 60 (23.83% from 255 or 25.21% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #823C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823C30 is #7DC3CF. Grayscale: #4F4F4F. Windows color (decimal): -8242128 or 3161218. OLE color: 3161218.

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

Color convert

RGB 130 60 48 -
CMYK 0 0.54 0.63 0.49
HSL 8.78º 0.46% 0.35% -
HSV(B) 8.78º 0.63% 0.51% -
XYZ 11.36 8.19 3.78 -
YUV 79.56 110.19 163.98 -
System Red Green Blue C M Y K H S L
Decimal 130 60 48 0 0.54 0.63 0.49 8.78 0.46 0.35
Hex 82 3C 30 0 36 3F 31 9 2E 23
Octal 202 74 60 0 66 77 61 11 56 43
Binary 10000010 111100 110000 0 110110 111111 110001 1001 101110 100011

Color Harmonies of #823C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823C30

Black with #823C30

Text Example


Text Example

White with #823C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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