Html Css Color HEX #834132 Prairie Sand

📋 copy color: '#834132'

red 131 ◦ green 65 ◦ blue 50

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

Shades of Prairie Sand #834132

Tints of Prairie Sand #834132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.33%

R = 53.25%
G = 26.42%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#834132 (or 0x834132) is known color: Prairie Sand. HEX triplet: 83, 41 and 32. RGB value is (131,65,50). Sum of RGB (Red+Green+Blue) = 131+65+50=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #834132 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834132 is #7CBECD. Grayscale: #535353. Windows color (decimal): -8175310 or 3293571. OLE color: 3293571.

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

Color convert

RGB 131 65 50 -
CMYK 0 0.50 0.62 0.49
HSL 11.11º 0.45% 0.35% -
HSV(B) 11.11º 0.62% 0.51% -
XYZ 11.83 8.84 4.1 -
YUV 83.02 109.37 162.22 -
System Red Green Blue C M Y K H S L
Decimal 131 65 50 0 0.50 0.62 0.49 11.11 0.45 0.35
Hex 83 41 32 0 32 3E 31 B 2D 23
Octal 203 101 62 0 62 76 61 13 55 43
Binary 10000011 1000001 110010 0 110010 111110 110001 1011 101101 100011

Color Harmonies of #834132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834132

Black with #834132

Text Example


Text Example

White with #834132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834132; }

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

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

background-color css

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

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

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

border-color css

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

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

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