#814433

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

Shades of Peanut #814433

Tints of Peanut #814433

Color information

#814433 (or 0x814433) is unknown color: approx Peanut. HEX triplet: 81, 44 and 33. RGB value is (129,68,51). Sum of RGB (Red+Green+Blue) = 129+68+51=248 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.02% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 51 (20.31% from 255 or 20.56% from 248); Max value from RGB is 129 - color contains mainly: red. Hex color #814433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814433 is #7EBBCC. Grayscale: #545454. Windows color (decimal): -8305613 or 3359873. OLE color: 3359873.

HSL color Cylindrical-coordinate representation of color #814433: hue angle of 13.08º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #814433 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB1296851-
CMYK00.470.600.49
HSL13.08º43.33%35.29%-
HSV(B)13.08º60.47%50.59%-
XYZ11.729.044.26-
YUV84.3109.21159.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.02%
GREEN value IS 68 (26.95% from 255) = 27.42%
BLUE value IS 51 (20.31% from 255) = 20.56%
R=52.02%
G=27.42%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129685100.470.600.4913.0843.3335.29
Hex81443302F3C31d2b23
Octal201104630577461155343
Binary10000001100010011001101011111111001100011101101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814433; }

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

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

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

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

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

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

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

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