#814330

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

Shades of Peanut #814330

Tints of Peanut #814330

Color information

#814330 (or 0x814330) is unknown color: approx Peanut. HEX triplet: 81, 43 and 30. RGB value is (129,67,48). Sum of RGB (Red+Green+Blue) = 129+67+48=244 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.87% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 129 - color contains mainly: red. Hex color #814330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814330 is #7EBCCF. Grayscale: #535353. Windows color (decimal): -8305872 or 3163009. OLE color: 3163009.

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

Color convert

RGB1296748-
CMYK00.480.630.49
HSL14.07º45.76%34.71%-
HSV(B)14.07º62.79%50.59%-
XYZ11.598.893.9-
YUV83.37108.04160.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.87%
GREEN value IS 67 (26.56% from 255) = 27.46%
BLUE value IS 48 (19.14% from 255) = 19.67%
R=52.87%
G=27.46%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129674800.480.630.4914.0745.7634.71
Hex8143300303F31e2e23
Octal201103600607761165643
Binary10000001100001111000001100001111111100011110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814330; }

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

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

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

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

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

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

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

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