Html Css Color HEX #843E2D Prairie Sand

📋 copy color: '#843E2D'

red 132 ◦ green 62 ◦ blue 45

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

Shades of Prairie Sand #843E2D

Tints of Prairie Sand #843E2D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.94%

 BLUE value IS 45 (17.97% from 255) = 18.83%

R = 55.23%
G = 25.94%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#843E2D (or 0x843E2D) is known color: Prairie Sand. HEX triplet: 84, 3E and 2D. RGB value is (132,62,45). Sum of RGB (Red+Green+Blue) = 132+62+45=239 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.23% from 239); Green value is 62 (24.61% from 255 or 25.94% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 132 - color contains mainly: red. Hex color #843E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843E2D is #7BC1D2. Grayscale: #515151. Windows color (decimal): -8110547 or 2965124. OLE color: 2965124.

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

Color convert

RGB 132 62 45 -
CMYK 0 0.53 0.66 0.48
HSL 11.72º 0.49% 0.35% -
HSV(B) 11.72º 0.66% 0.52% -
XYZ 11.71 8.54 3.51 -
YUV 80.99 107.69 164.38 -
System Red Green Blue C M Y K H S L
Decimal 132 62 45 0 0.53 0.66 0.48 11.72 0.49 0.35
Hex 84 3E 2D 0 35 42 30 C 31 23
Octal 204 76 55 0 65 102 60 14 61 43
Binary 10000100 111110 101101 0 110101 1000010 110000 1100 110001 100011

Color Harmonies of #843E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843E2D

Black with #843E2D

Text Example


Text Example

White with #843E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,62,45); }

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

background-color css

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

 a { background-color: rgb(132,62,45); }

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

border-color css

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

 span { border-color: rgb(132,62,45); }

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