Html Css Color HEX #834331 Peanut

📋 copy color: '#834331'

red 131 ◦ green 67 ◦ blue 49

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

Shades of Peanut #834331

Tints of Peanut #834331

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.13%

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

R = 53.04%
G = 27.13%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#834331 (or 0x834331) is known color: Peanut. HEX triplet: 83, 43 and 31. RGB value is (131,67,49). Sum of RGB (Red+Green+Blue) = 131+67+49=247 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.04% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 49 (19.53% from 255 or 19.84% from 247); Max value from RGB is 131 - color contains mainly: red. Hex color #834331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834331 is #7CBCCE. Grayscale: #545454. Windows color (decimal): -8174799 or 3228547. OLE color: 3228547.

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

Color convert

RGB 131 67 49 -
CMYK 0 0.49 0.63 0.49
HSL 13.17º 0.46% 0.35% -
HSV(B) 13.17º 0.63% 0.51% -
XYZ 11.92 9.06 4.03 -
YUV 84.08 108.2 161.46 -
System Red Green Blue C M Y K H S L
Decimal 131 67 49 0 0.49 0.63 0.49 13.17 0.46 0.35
Hex 83 43 31 0 31 3F 31 D 2E 23
Octal 203 103 61 0 61 77 61 15 56 43
Binary 10000011 1000011 110001 0 110001 111111 110001 1101 101110 100011

Color Harmonies of #834331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834331

Black with #834331

Text Example


Text Example

White with #834331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834331; }

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

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

background-color css

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

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

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

border-color css

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

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

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