#81462C

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

Shades of Cumin #81462C

Tints of Cumin #81462C

Color information

#81462C (or 0x81462C) is unknown color: approx Cumin. HEX triplet: 81, 46 and 2C. RGB value is (129,70,44). Sum of RGB (Red+Green+Blue) = 129+70+44=243 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.09% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 129 - color contains mainly: red. Hex color #81462C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81462C is #7EB9D3. Grayscale: #545454. Windows color (decimal): -8305108 or 2901633. OLE color: 2901633.

HSL color Cylindrical-coordinate representation of color #81462C: hue angle of 18.35º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #81462C is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB1297044-
CMYK00.460.660.49
HSL18.35º49.13%33.92%-
HSV(B)18.35º65.89%50.59%-
XYZ11.79.233.55-
YUV84.68105.05159.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.09%
GREEN value IS 70 (27.73% from 255) = 28.81%
BLUE value IS 44 (17.58% from 255) = 18.11%
R=53.09%
G=28.81%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129704400.460.660.4918.3549.1333.92
Hex81462C02E4231123122
Octal2011065405610261226142
Binary1000000110001101011000101110100001011000110010110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81462C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81462C; }

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

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

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

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

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

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

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

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