#7E462E

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

Shades of Cumin #7E462E

Tints of Cumin #7E462E

Color information

#7E462E (or 0x7E462E) is unknown color: approx Cumin. HEX triplet: 7E, 46 and 2E. RGB value is (126,70,46). Sum of RGB (Red+Green+Blue) = 126+70+46=242 (32% of max value = 765). Red value is 126 (49.61% from 255 or 52.07% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 126 - color contains mainly: red. Hex color #7E462E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E462E is #81B9D1. Grayscale: #545454. Windows color (decimal): -8501714 or 3032702. OLE color: 3032702.

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

Color convert

RGB1267046-
CMYK00.440.630.51
HSL18º46.51%33.73%-
HSV(B)18º63.49%49.41%-
XYZ11.299.013.73-
YUV84.01106.55157.95-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 52.07%
GREEN value IS 70 (27.73% from 255) = 28.93%
BLUE value IS 46 (18.36% from 255) = 19.01%
R=52.07%
G=28.93%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126704600.440.630.511846.5133.73
Hex7E462E02C3F33122f22
Octal176106560547763225742
Binary11111101000110101110010110011111111001110010101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E462E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E462E; }

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

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

<style>
 a { background-color: #7E462E; }

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

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

<style>
 span { border-color: #7E462E; }

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

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