#834230

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

Shades of Peanut #834230

Tints of Peanut #834230

Color information

#834230 (or 0x834230) is unknown color: approx Peanut. HEX triplet: 83, 42 and 30. RGB value is (131,66,48). Sum of RGB (Red+Green+Blue) = 131+66+48=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #834230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834230 is #7CBDCF. Grayscale: #535353. Windows color (decimal): -8175056 or 3162755. OLE color: 3162755.

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

Color convert

RGB1316648-
CMYK00.500.630.49
HSL13.01º46.37%35.1%-
HSV(B)13.01º63.36%51.37%-
XYZ11.848.943.9-
YUV83.38108.03161.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.47%
GREEN value IS 66 (26.17% from 255) = 26.94%
BLUE value IS 48 (19.14% from 255) = 19.59%
R=53.47%
G=26.94%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131664800.500.630.4913.0146.3735.1
Hex8342300323F31d2e23
Octal203102600627761155643
Binary10000011100001011000001100101111111100011101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834230; }

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

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

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

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

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

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

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

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