#7F422D

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

Shades of Cumin #7F422D

Tints of Cumin #7F422D

Color information

#7F422D (or 0x7F422D) is unknown color: approx Cumin. HEX triplet: 7F, 42 and 2D. RGB value is (127,66,45). Sum of RGB (Red+Green+Blue) = 127+66+45=238 (31% of max value = 765). Red value is 127 (50% from 255 or 53.36% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 127 - color contains mainly: red. Hex color #7F422D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F422D is #80BDD2. Grayscale: #515151. Windows color (decimal): -8437203 or 2966143. OLE color: 2966143.

HSL color Cylindrical-coordinate representation of color #7F422D: hue angle of 15.37º 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 #7F422D is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB1276645-
CMYK00.480.650.50
HSL15.37º47.67%33.73%-
HSV(B)15.37º64.57%49.8%-
XYZ11.178.63.55-
YUV81.84107.21160.21-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 53.36%
GREEN value IS 66 (26.17% from 255) = 27.73%
BLUE value IS 45 (17.97% from 255) = 18.91%
R=53.36%
G=27.73%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127664500.480.650.5015.3747.6733.73
Hex7F422D0304132f3022
Octal1771025506010162176042
Binary11111111000010101101011000010000011100101111110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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