#08280F

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

Shades of Deep Fir #08280F

Tints of Deep Fir #08280F

Color information

#08280F (or 0x08280F) is unknown color: approx Deep Fir. HEX triplet: 08, 28 and 0F. RGB value is (8,40,15). Sum of RGB (Red+Green+Blue) = 8+40+15=63 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.70% from 63); Green value is 40 (16.02% from 255 or 63.49% from 63); Blue value is 15 (6.25% from 255 or 23.81% from 63); Max value from RGB is 40 - color contains mainly: green. Hex color #08280F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08280F is #F7D7F0. Grayscale: #1B1B1B. Windows color (decimal): -16242673 or 993288. OLE color: 993288.

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

Color convert

RGB84015-
CMYK0.8000.620.84
HSL133.12º66.67%9.41%-
HSV(B)133.12º80%15.69%-
XYZ0.951.60.71-
YUV27.58120.9114.03-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.70%
GREEN value IS 40 (16.02% from 255) = 63.49%
BLUE value IS 15 (6.25% from 255) = 23.81%
R=12.70%
G=63.49%
B=23.81%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal840150.8000.620.84133.1266.679.41
Hex828F5003E5485439
Octal10501712007612420510311
Binary100010100011111010000011111010101001000010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08280F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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