Html Css Color HEX #843F30 Prairie Sand

📋 copy color: '#843F30'

red 132 ◦ green 63 ◦ blue 48

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

Shades of Prairie Sand #843F30

Tints of Prairie Sand #843F30

RGB

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

 GREEN value IS 63 (25% from 255) = 25.93%

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

R = 54.32%
G = 25.93%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#843F30 (or 0x843F30) is known color: Prairie Sand. HEX triplet: 84, 3F and 30. RGB value is (132,63,48). Sum of RGB (Red+Green+Blue) = 132+63+48=243 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.32% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 48 (19.14% from 255 or 19.75% from 243); Max value from RGB is 132 - color contains mainly: red. Hex color #843F30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843F30 is #7BC0CF. Grayscale: #525252. Windows color (decimal): -8110288 or 3161988. OLE color: 3161988.

HSL color Cylindrical-coordinate representation of color #843F30: hue angle of 10.71º 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 #843F30 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 63 48 -
CMYK 0 0.52 0.64 0.48
HSL 10.71º 0.47% 0.35% -
HSV(B) 10.71º 0.64% 0.52% -
XYZ 11.83 8.67 3.85 -
YUV 81.92 108.86 163.72 -
System Red Green Blue C M Y K H S L
Decimal 132 63 48 0 0.52 0.64 0.48 10.71 0.47 0.35
Hex 84 3F 30 0 34 40 30 B 2F 23
Octal 204 77 60 0 64 100 60 13 57 43
Binary 10000100 111111 110000 0 110100 1000000 110000 1011 101111 100011

Color Harmonies of #843F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843F30

Black with #843F30

Text Example


Text Example

White with #843F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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