Html Css Color HEX #834032 Prairie Sand

📋 copy color: '#834032'

red 131 ◦ green 64 ◦ blue 50

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

Shades of Prairie Sand #834032

Tints of Prairie Sand #834032

RGB

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

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

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

R = 53.47%
G = 26.12%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#834032 (or 0x834032) is known color: Prairie Sand. HEX triplet: 83, 40 and 32. RGB value is (131,64,50). Sum of RGB (Red+Green+Blue) = 131+64+50=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #834032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834032 is #7CBFCD. Grayscale: #525252. Windows color (decimal): -8175566 or 3293315. OLE color: 3293315.

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

Color convert

RGB 131 64 50 -
CMYK 0 0.51 0.62 0.49
HSL 10.37º 0.45% 0.35% -
HSV(B) 10.37º 0.62% 0.51% -
XYZ 11.77 8.72 4.08 -
YUV 82.44 109.7 162.64 -
System Red Green Blue C M Y K H S L
Decimal 131 64 50 0 0.51 0.62 0.49 10.37 0.45 0.35
Hex 83 40 32 0 33 3E 31 A 2D 23
Octal 203 100 62 0 63 76 61 12 55 43
Binary 10000011 1000000 110010 0 110011 111110 110001 1010 101101 100011

Color Harmonies of #834032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834032

Black with #834032

Text Example


Text Example

White with #834032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834032; }

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

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

background-color css

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

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

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

border-color css

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

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

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