#7F4630

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

Shades of Cumin #7F4630

Tints of Cumin #7F4630

Color information

#7F4630 (or 0x7F4630) is unknown color: approx Cumin. HEX triplet: 7F, 46 and 30. RGB value is (127,70,48). Sum of RGB (Red+Green+Blue) = 127+70+48=245 (32% of max value = 765). Red value is 127 (50% from 255 or 51.84% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4630 is #80B9CF. Grayscale: #545454. Windows color (decimal): -8436176 or 3163775. OLE color: 3163775.

HSL color Cylindrical-coordinate representation of color #7F4630: hue angle of 16.71º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7F4630 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB1277048-
CMYK00.450.620.50
HSL16.71º45.14%34.31%-
HSV(B)16.71º62.2%49.8%-
XYZ11.489.113.95-
YUV84.53107.38158.29-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 51.84%
GREEN value IS 70 (27.73% from 255) = 28.57%
BLUE value IS 48 (19.14% from 255) = 19.59%
R=51.84%
G=28.57%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127704800.450.620.5016.7145.1434.31
Hex7F463002D3E32112d22
Octal177106600557662215542
Binary11111111000110110000010110111111011001010001101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,70,48); }

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

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

 a { background-color: rgb(127,70,48); }

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

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

 span { border-color: rgb(127,70,48); }

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