Html Css Color HEX #834232 Peanut

📋 copy color: '#834232'

red 131 ◦ green 66 ◦ blue 50

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

Shades of Peanut #834232

Tints of Peanut #834232

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.72%

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

R = 53.04%
G = 26.72%
B = 20.24%

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

#834232 (or 0x834232) is known color: Peanut. HEX triplet: 83, 42 and 32. RGB value is (131,66,50). Sum of RGB (Red+Green+Blue) = 131+66+50=247 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.04% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 131 - color contains mainly: red. Hex color #834232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834232 is #7CBDCD. Grayscale: #535353. Windows color (decimal): -8175054 or 3293827. OLE color: 3293827.

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

Color convert

RGB 131 66 50 -
CMYK 0 0.50 0.62 0.49
HSL 11.85º 0.45% 0.35% -
HSV(B) 11.85º 0.62% 0.51% -
XYZ 11.88 8.95 4.12 -
YUV 83.61 109.03 161.8 -
System Red Green Blue C M Y K H S L
Decimal 131 66 50 0 0.50 0.62 0.49 11.85 0.45 0.35
Hex 83 42 32 0 32 3E 31 C 2D 23
Octal 203 102 62 0 62 76 61 14 55 43
Binary 10000011 1000010 110010 0 110010 111110 110001 1100 101101 100011

Color Harmonies of #834232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834232

Black with #834232

Text Example


Text Example

White with #834232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834232; }

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

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

background-color css

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

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

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

border-color css

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

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

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