#81402C

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

Shades of Cumin #81402C

Tints of Cumin #81402C

Color information

#81402C (or 0x81402C) is unknown color: approx Cumin. HEX triplet: 81, 40 and 2C. RGB value is (129,64,44). Sum of RGB (Red+Green+Blue) = 129+64+44=237 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.43% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 129 - color contains mainly: red. Hex color #81402C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81402C is #7EBFD3. Grayscale: #515151. Windows color (decimal): -8306644 or 2900097. OLE color: 2900097.

HSL color Cylindrical-coordinate representation of color #81402C: hue angle of 14.12º 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 #81402C is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB1296444-
CMYK00.500.660.49
HSL14.12º49.13%33.92%-
HSV(B)14.12º65.89%50.59%-
XYZ11.348.523.43-
YUV81.16107.03162.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 54.43%
GREEN value IS 64 (25.39% from 255) = 27.00%
BLUE value IS 44 (17.58% from 255) = 18.57%
R=54.43%
G=27.00%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129644400.500.660.4914.1249.1333.92
Hex81402C0324231e3122
Octal2011005406210261166142
Binary100000011000000101100011001010000101100011110110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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