Html Css Color HEX #843C35 Prairie Sand

📋 copy color: '#843C35'

red 132 ◦ green 60 ◦ blue 53

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

Shades of Prairie Sand #843C35

Tints of Prairie Sand #843C35

RGB

 RED value IS 132 (51.95% from 255) = 53.88%

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

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

R = 53.88%
G = 24.49%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#843C35 (or 0x843C35) is known color: Prairie Sand. HEX triplet: 84, 3C and 35. RGB value is (132,60,53). Sum of RGB (Red+Green+Blue) = 132+60+53=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 53 (21.09% from 255 or 21.63% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #843C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843C35 is #7BC3CA. Grayscale: #505050. Windows color (decimal): -8111051 or 3488900. OLE color: 3488900.

HSL color Cylindrical-coordinate representation of color #843C35: hue angle of 5.32º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #843C35 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 60 53 -
CMYK 0 0.55 0.60 0.48
HSL 5.32º 0.43% 0.36% -
HSV(B) 5.32º 0.6% 0.52% -
XYZ 11.77 8.39 4.37 -
YUV 80.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 132 60 53 0 0.55 0.60 0.48 5.32 0.43 0.36
Hex 84 3C 35 0 37 3C 30 5 2B 24
Octal 204 74 65 0 67 74 60 5 53 44
Binary 10000100 111100 110101 0 110111 111100 110000 101 101011 100100

Color Harmonies of #843C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843C35

Black with #843C35

Text Example


Text Example

White with #843C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843C35; }

 p { color: rgb(132,60,53); }

 H1.HeaderClassName
 {
   color: #843C35;
 }
 .AnyTagClassName
 {
   color: #843C35;
 }
</style>

background-color css

<style>
 a { background-color: #843C35; }

 a { background-color: rgb(132,60,53); }

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

border-color css

<style>
 span { border-color: #843C35; }

 span { border-color: rgb(132,60,53); }

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