#7F472F

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

Shades of Cumin #7F472F

Tints of Cumin #7F472F

Color information

#7F472F (or 0x7F472F) is unknown color: approx Cumin. HEX triplet: 7F, 47 and 2F. RGB value is (127,71,47). Sum of RGB (Red+Green+Blue) = 127+71+47=245 (32% of max value = 765). Red value is 127 (50% from 255 or 51.84% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 127 - color contains mainly: red. Hex color #7F472F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F472F is #80B8D0. Grayscale: #555555. Windows color (decimal): -8435921 or 3098495. OLE color: 3098495.

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

Color convert

RGB1277147-
CMYK00.440.630.50
HSL18º45.98%34.12%-
HSV(B)18º62.99%49.8%-
XYZ11.529.223.86-
YUV85.01106.55157.95-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 51.84%
GREEN value IS 71 (28.12% from 255) = 28.98%
BLUE value IS 47 (18.75% from 255) = 19.18%
R=51.84%
G=28.98%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127714700.440.630.501845.9834.12
Hex7F472F02C3F32122e22
Octal177107570547762225642
Binary11111111000111101111010110011111111001010010101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F472F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,71,47); }

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

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

 a { background-color: rgb(127,71,47); }

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

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

 span { border-color: rgb(127,71,47); }

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