Html Css Color HEX #843C30 Prairie Sand

📋 copy color: '#843C30'

red 132 ◦ green 60 ◦ blue 48

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

Shades of Prairie Sand #843C30

Tints of Prairie Sand #843C30

RGB

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

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

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

R = 55%
G = 25%
B = 20%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#843C30 (or 0x843C30) is known color: Prairie Sand. HEX triplet: 84, 3C and 30. RGB value is (132,60,48). Sum of RGB (Red+Green+Blue) = 132+60+48=240 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 132 - color contains mainly: red. Hex color #843C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843C30 is #7BC3CF. Grayscale: #505050. Windows color (decimal): -8111056 or 3161220. OLE color: 3161220.

HSL color Cylindrical-coordinate representation of color #843C30: hue angle of 8.57º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #843C30 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 60 48 -
CMYK 0 0.55 0.64 0.48
HSL 8.57º 0.47% 0.35% -
HSV(B) 8.57º 0.64% 0.52% -
XYZ 11.67 8.35 3.79 -
YUV 80.16 109.85 164.98 -
System Red Green Blue C M Y K H S L
Decimal 132 60 48 0 0.55 0.64 0.48 8.57 0.47 0.35
Hex 84 3C 30 0 37 40 30 9 2F 23
Octal 204 74 60 0 67 100 60 11 57 43
Binary 10000100 111100 110000 0 110111 1000000 110000 1001 101111 100011

Color Harmonies of #843C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843C30

Black with #843C30

Text Example


Text Example

White with #843C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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