#81462E

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

Shades of Cumin #81462E

Tints of Cumin #81462E

Color information

#81462E (or 0x81462E) is unknown color: approx Cumin. HEX triplet: 81, 46 and 2E. RGB value is (129,70,46). Sum of RGB (Red+Green+Blue) = 129+70+46=245 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.65% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 129 - color contains mainly: red. Hex color #81462E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81462E is #7EB9D1. Grayscale: #555555. Windows color (decimal): -8305106 or 3032705. OLE color: 3032705.

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

Color convert

RGB1297046-
CMYK00.460.640.49
HSL17.35º47.43%34.31%-
HSV(B)17.35º64.34%50.59%-
XYZ11.749.243.75-
YUV84.9106.05159.45-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.65%
GREEN value IS 70 (27.73% from 255) = 28.57%
BLUE value IS 46 (18.36% from 255) = 18.78%
R=52.65%
G=28.57%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129704600.460.640.4917.3547.4334.31
Hex81462E02E4031112f22
Octal2011065605610061215742
Binary1000000110001101011100101110100000011000110001101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81462E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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