#834333

Color #834333 Peanut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peanut #834333

Tints of Peanut #834333

Color information

#834333 (or 0x834333) is unknown color: approx Peanut. HEX triplet: 83, 43 and 33. RGB value is (131,67,51). Sum of RGB (Red+Green+Blue) = 131+67+51=249 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.61% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 51 (20.31% from 255 or 20.48% from 249); Max value from RGB is 131 - color contains mainly: red. Hex color #834333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834333 is #7CBCCC. Grayscale: #545454. Windows color (decimal): -8174797 or 3359619. OLE color: 3359619.

HSL color Cylindrical-coordinate representation of color #834333: hue angle of 12º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #834333 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB1316751-
CMYK00.490.610.49
HSL12º43.96%35.69%-
HSV(B)12º61.07%51.37%-
XYZ11.969.084.25-
YUV84.31109.2161.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.61%
GREEN value IS 67 (26.56% from 255) = 26.91%
BLUE value IS 51 (20.31% from 255) = 20.48%
R=52.61%
G=26.91%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131675100.490.610.491243.9635.69
Hex8343330313D31c2c24
Octal203103630617561145444
Binary10000011100001111001101100011111011100011100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834333; }

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

 H1.HeaderClassName
 {
   color: #834333;
 }
 .AnyTagClassName
 {
   color: #834333;
 }
</style>
background-color css

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

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

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

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

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

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