#81442E

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

Shades of Cumin #81442E

Tints of Cumin #81442E

Color information

#81442E (or 0x81442E) is unknown color: approx Cumin. HEX triplet: 81, 44 and 2E. RGB value is (129,68,46). Sum of RGB (Red+Green+Blue) = 129+68+46=243 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.09% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 129 - color contains mainly: red. Hex color #81442E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81442E is #7EBBD1. Grayscale: #535353. Windows color (decimal): -8305618 or 3032193. OLE color: 3032193.

HSL color Cylindrical-coordinate representation of color #81442E: hue angle of 15.9º 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 #81442E is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB1296846-
CMYK00.470.640.49
HSL15.9º47.43%34.31%-
HSV(B)15.9º64.34%50.59%-
XYZ11.6193.71-
YUV83.73106.71160.29-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.09%
GREEN value IS 68 (26.95% from 255) = 27.98%
BLUE value IS 46 (18.36% from 255) = 18.93%
R=53.09%
G=27.98%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129684600.470.640.4915.947.4334.31
Hex81442E02F4031102f22
Octal2011045605710061205742
Binary1000000110001001011100101111100000011000110000101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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