#7F482F

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

Shades of Cumin #7F482F

Tints of Cumin #7F482F

Color information

#7F482F (or 0x7F482F) is unknown color: approx Cumin. HEX triplet: 7F, 48 and 2F. RGB value is (127,72,47). Sum of RGB (Red+Green+Blue) = 127+72+47=246 (32% of max value = 765). Red value is 127 (50% from 255 or 51.63% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 127 - color contains mainly: red. Hex color #7F482F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F482F is #80B7D0. Grayscale: #555555. Windows color (decimal): -8435665 or 3098751. OLE color: 3098751.

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

Color convert

RGB1277247-
CMYK00.430.630.50
HSL18.75º45.98%34.12%-
HSV(B)18.75º62.99%49.8%-
XYZ11.589.353.88-
YUV85.6106.22157.53-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 51.63%
GREEN value IS 72 (28.52% from 255) = 29.27%
BLUE value IS 47 (18.75% from 255) = 19.11%
R=51.63%
G=29.27%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.63
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127724700.430.630.5018.7545.9834.12
Hex7F482F02B3F32132e22
Octal177110570537762235642
Binary11111111001000101111010101111111111001010011101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F482F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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