#814435

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

Shades of Peanut #814435

Tints of Peanut #814435

Color information

#814435 (or 0x814435) is unknown color: approx Peanut. HEX triplet: 81, 44 and 35. RGB value is (129,68,53). Sum of RGB (Red+Green+Blue) = 129+68+53=250 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.6% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 53 (21.09% from 255 or 21.2% from 250); Max value from RGB is 129 - color contains mainly: red. Hex color #814435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814435 is #7EBBCA. Grayscale: #545454. Windows color (decimal): -8305611 or 3490945. OLE color: 3490945.

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

Color convert

RGB1296853-
CMYK00.470.590.49
HSL11.84º41.76%35.69%-
HSV(B)11.84º58.91%50.59%-
XYZ11.769.064.5-
YUV84.53110.21159.72-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.6%
GREEN value IS 68 (26.95% from 255) = 27.2%
BLUE value IS 53 (21.09% from 255) = 21.2%
R=51.6%
G=27.2%
B=21.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129685300.470.590.4911.8441.7635.69
Hex81443502F3B31c2a24
Octal201104650577361145244
Binary10000001100010011010101011111110111100011100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814435; }

 p { color: rgb(129,68,53); }

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

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

 a { background-color: rgb(129,68,53); }

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

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

 span { border-color: rgb(129,68,53); }

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