Html Css Color HEX #834131 Prairie Sand

📋 copy color: '#834131'

red 131 ◦ green 65 ◦ blue 49

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

Shades of Prairie Sand #834131

Tints of Prairie Sand #834131

RGB

 RED value IS 131 (51.56% from 255) = 53.47%

 GREEN value IS 65 (25.78% from 255) = 26.53%

 BLUE value IS 49 (19.53% from 255) = 20%

R = 53.47%
G = 26.53%
B = 20%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#834131 (or 0x834131) is known color: Prairie Sand. HEX triplet: 83, 41 and 31. RGB value is (131,65,49). Sum of RGB (Red+Green+Blue) = 131+65+49=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #834131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834131 is #7CBECE. Grayscale: #535353. Windows color (decimal): -8175311 or 3228035. OLE color: 3228035.

HSL color Cylindrical-coordinate representation of color #834131: hue angle of 11.71º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #834131 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 65 49 -
CMYK 0 0.50 0.63 0.49
HSL 11.71º 0.46% 0.35% -
HSV(B) 11.71º 0.63% 0.51% -
XYZ 11.8 8.83 3.99 -
YUV 82.91 108.87 162.3 -
System Red Green Blue C M Y K H S L
Decimal 131 65 49 0 0.50 0.63 0.49 11.71 0.46 0.35
Hex 83 41 31 0 32 3F 31 C 2E 23
Octal 203 101 61 0 62 77 61 14 56 43
Binary 10000011 1000001 110001 0 110010 111111 110001 1100 101110 100011

Color Harmonies of #834131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834131

Black with #834131

Text Example


Text Example

White with #834131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834131; }

 p { color: rgb(131,65,49); }

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

background-color css

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

 a { background-color: rgb(131,65,49); }

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

border-color css

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

 span { border-color: rgb(131,65,49); }

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