#81472E

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

Shades of Cumin #81472E

Tints of Cumin #81472E

Color information

#81472E (or 0x81472E) is unknown color: approx Cumin. HEX triplet: 81, 47 and 2E. RGB value is (129,71,46). Sum of RGB (Red+Green+Blue) = 129+71+46=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 71 (28.12% from 255 or 28.86% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #81472E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81472E is #7EB8D1. Grayscale: #555555. Windows color (decimal): -8304850 or 3032961. OLE color: 3032961.

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

Color convert

RGB1297146-
CMYK00.450.640.49
HSL18.07º47.43%34.31%-
HSV(B)18.07º64.34%50.59%-
XYZ11.89.373.77-
YUV85.49105.72159.03-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.44%
GREEN value IS 71 (28.12% from 255) = 28.86%
BLUE value IS 46 (18.36% from 255) = 18.70%
R=52.44%
G=28.86%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129714600.450.640.4918.0747.4334.31
Hex81472E02D4031122f22
Octal2011075605510061225742
Binary1000000110001111011100101101100000011000110010101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81472E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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