Html Css Color HEX #834031 Prairie Sand

📋 copy color: '#834031'

red 131 ◦ green 64 ◦ blue 49

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

Shades of Prairie Sand #834031

Tints of Prairie Sand #834031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.23%

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

R = 53.69%
G = 26.23%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#834031 (or 0x834031) is known color: Prairie Sand. HEX triplet: 83, 40 and 31. RGB value is (131,64,49). Sum of RGB (Red+Green+Blue) = 131+64+49=244 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.69% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 131 - color contains mainly: red. Hex color #834031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834031 is #7CBFCE. Grayscale: #525252. Windows color (decimal): -8175567 or 3227779. OLE color: 3227779.

HSL color Cylindrical-coordinate representation of color #834031: hue angle of 10.98º 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 #834031 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 64 49 -
CMYK 0 0.51 0.63 0.49
HSL 10.98º 0.46% 0.35% -
HSV(B) 10.98º 0.63% 0.51% -
XYZ 11.75 8.71 3.97 -
YUV 82.32 109.2 162.72 -
System Red Green Blue C M Y K H S L
Decimal 131 64 49 0 0.51 0.63 0.49 10.98 0.46 0.35
Hex 83 40 31 0 33 3F 31 B 2E 23
Octal 203 100 61 0 63 77 61 13 56 43
Binary 10000011 1000000 110001 0 110011 111111 110001 1011 101110 100011

Color Harmonies of #834031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834031

Black with #834031

Text Example


Text Example

White with #834031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834031; }

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

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

background-color css

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

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

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

border-color css

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

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

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