Html Css Color HEX #823B35 Prairie Sand

📋 copy color: '#823B35'

red 130 ◦ green 59 ◦ blue 53

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

Shades of Prairie Sand #823B35

Tints of Prairie Sand #823B35

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.38%

 BLUE value IS 53 (21.09% from 255) = 21.9%

R = 53.72%
G = 24.38%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#823B35 (or 0x823B35) is known color: Prairie Sand. HEX triplet: 82, 3B and 35. RGB value is (130,59,53). Sum of RGB (Red+Green+Blue) = 130+59+53=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #823B35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823B35 is #7DC4CA. Grayscale: #4F4F4F. Windows color (decimal): -8242379 or 3488642. OLE color: 3488642.

HSL color Cylindrical-coordinate representation of color #823B35: hue angle of 4.68º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #823B35 is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 59 53 -
CMYK 0 0.55 0.59 0.49
HSL 4.68º 0.42% 0.36% -
HSV(B) 4.68º 0.59% 0.51% -
XYZ 11.41 8.13 4.34 -
YUV 79.55 113.02 163.99 -
System Red Green Blue C M Y K H S L
Decimal 130 59 53 0 0.55 0.59 0.49 4.68 0.42 0.36
Hex 82 3B 35 0 37 3B 31 5 2A 24
Octal 202 73 65 0 67 73 61 5 52 44
Binary 10000010 111011 110101 0 110111 111011 110001 101 101010 100100

Color Harmonies of #823B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823B35

Black with #823B35

Text Example


Text Example

White with #823B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,59,53); }

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

background-color css

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

 a { background-color: rgb(130,59,53); }

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

border-color css

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

 span { border-color: rgb(130,59,53); }

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