#7F432D

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

Shades of Cumin #7F432D

Tints of Cumin #7F432D

Color information

#7F432D (or 0x7F432D) is unknown color: approx Cumin. HEX triplet: 7F, 43 and 2D. RGB value is (127,67,45). Sum of RGB (Red+Green+Blue) = 127+67+45=239 (31% of max value = 765). Red value is 127 (50% from 255 or 53.14% from 239); Green value is 67 (26.56% from 255 or 28.03% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 127 - color contains mainly: red. Hex color #7F432D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F432D is #80BCD2. Grayscale: #525252. Windows color (decimal): -8436947 or 2966399. OLE color: 2966399.

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

Color convert

RGB1276745-
CMYK00.470.650.50
HSL16.1º47.67%33.73%-
HSV(B)16.1º64.57%49.8%-
XYZ11.238.723.57-
YUV82.43106.88159.79-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 53.14%
GREEN value IS 67 (26.56% from 255) = 28.03%
BLUE value IS 45 (17.97% from 255) = 18.83%
R=53.14%
G=28.03%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127674500.470.650.5016.147.6733.73
Hex7F432D02F4132103022
Octal1771035505710162206042
Binary111111110000111011010101111100000111001010000110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F432D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,67,45); }

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

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

 a { background-color: rgb(127,67,45); }

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

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

 span { border-color: rgb(127,67,45); }

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