Html Css Color HEX #843A34 Prairie Sand

📋 copy color: '#843A34'

red 132 ◦ green 58 ◦ blue 52

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

Shades of Prairie Sand #843A34

Tints of Prairie Sand #843A34

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.97%

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

R = 54.55%
G = 23.97%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#843A34 (or 0x843A34) is known color: Prairie Sand. HEX triplet: 84, 3A and 34. RGB value is (132,58,52). Sum of RGB (Red+Green+Blue) = 132+58+52=242 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.55% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 132 - color contains mainly: red. Hex color #843A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843A34 is #7BC5CB. Grayscale: #4F4F4F. Windows color (decimal): -8111564 or 3422852. OLE color: 3422852.

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

Color convert

RGB 132 58 52 -
CMYK 0 0.56 0.61 0.48
HSL 4.5º 0.43% 0.36% -
HSV(B) 4.5º 0.61% 0.52% -
XYZ 11.65 8.18 4.21 -
YUV 79.44 112.52 165.49 -
System Red Green Blue C M Y K H S L
Decimal 132 58 52 0 0.56 0.61 0.48 4.5 0.43 0.36
Hex 84 3A 34 0 38 3D 30 4 2B 24
Octal 204 72 64 0 70 75 60 4 53 44
Binary 10000100 111010 110100 0 111000 111101 110000 100 101011 100100

Color Harmonies of #843A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843A34

Black with #843A34

Text Example


Text Example

White with #843A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,58,52); }

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

background-color css

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

 a { background-color: rgb(132,58,52); }

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

border-color css

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

 span { border-color: rgb(132,58,52); }

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