#07280F

Color #07280F Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #07280F

Tints of Deep Fir #07280F

Color information

#07280F (or 0x07280F) is unknown color: approx Deep Fir. HEX triplet: 07, 28 and 0F. RGB value is (7,40,15). Sum of RGB (Red+Green+Blue) = 7+40+15=62 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.29% from 62); Green value is 40 (16.02% from 255 or 64.52% from 62); Blue value is 15 (6.25% from 255 or 24.19% from 62); Max value from RGB is 40 - color contains mainly: green. Hex color #07280F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07280F is #F8D7F0. Grayscale: #1B1B1B. Windows color (decimal): -16308209 or 993287. OLE color: 993287.

HSL color Cylindrical-coordinate representation of color #07280F: hue angle of 134.55º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #07280F is Cyan = 0.83, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.84.

Color convert

RGB74015-
CMYK0.8300.620.84
HSL134.55º70.21%9.22%-
HSV(B)134.55º82.5%15.69%-
XYZ0.931.60.71-
YUV27.28121.07113.53-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.29%
GREEN value IS 40 (16.02% from 255) = 64.52%
BLUE value IS 15 (6.25% from 255) = 24.19%
R=11.29%
G=64.52%
B=24.19%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal740150.8300.620.84134.5570.219.22
Hex728F5303E5487469
Octal7501712307612420710611
Binary11110100011111010011011111010101001000011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07280F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07280F; }

 p { color: rgb(7,40,15); }

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

<style>
 a { background-color: #07280F; }

 a { background-color: rgb(7,40,15); }

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

<style>
 span { border-color: #07280F; }

 span { border-color: rgb(7,40,15); }

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