#814630

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

Shades of Peanut #814630

Tints of Peanut #814630

Color information

#814630 (or 0x814630) is unknown color: approx Peanut. HEX triplet: 81, 46 and 30. RGB value is (129,70,48). Sum of RGB (Red+Green+Blue) = 129+70+48=247 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.23% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 129 - color contains mainly: red. Hex color #814630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814630 is #7EB9CF. Grayscale: #555555. Windows color (decimal): -8305104 or 3163777. OLE color: 3163777.

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

Color convert

RGB1297048-
CMYK00.460.630.49
HSL16.3º45.76%34.71%-
HSV(B)16.3º62.79%50.59%-
XYZ11.789.263.96-
YUV85.13107.05159.29-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.23%
GREEN value IS 70 (27.73% from 255) = 28.34%
BLUE value IS 48 (19.14% from 255) = 19.43%
R=52.23%
G=28.34%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129704800.460.630.4916.345.7634.71
Hex81463002E3F31102e23
Octal201106600567761205643
Binary100000011000110110000010111011111111000110000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814630; }

 p { color: rgb(129,70,48); }

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

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

 a { background-color: rgb(129,70,48); }

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

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

 span { border-color: rgb(129,70,48); }

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