#08260E

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

Shades of Deep Fir #08260E

Tints of Deep Fir #08260E

Color information

#08260E (or 0x08260E) is unknown color: approx Deep Fir. HEX triplet: 08, 26 and 0E. RGB value is (8,38,14). Sum of RGB (Red+Green+Blue) = 8+38+14=60 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.33% from 60); Green value is 38 (15.23% from 255 or 63.33% from 60); Blue value is 14 (5.86% from 255 or 23.33% from 60); Max value from RGB is 38 - color contains mainly: green. Hex color #08260E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08260E is #F7D9F1. Grayscale: #1A1A1A. Windows color (decimal): -16243186 or 927240. OLE color: 927240.

HSL color Cylindrical-coordinate representation of color #08260E: hue angle of 132º degrees, saturation: 0.65, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #08260E is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.85.

Color convert

RGB83814-
CMYK0.7900.630.85
HSL132º65.22%9.02%-
HSV(B)132º78.95%14.9%-
XYZ0.871.470.65-
YUV26.29121.06114.95-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 13.33%
GREEN value IS 38 (15.23% from 255) = 63.33%
BLUE value IS 14 (5.86% from 255) = 23.33%
R=13.33%
G=63.33%
B=23.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal838140.7900.630.8513265.229.02
Hex826E4F03F5584419
Octal10461611707712520410111
Binary100010011011101001111011111110101011000010010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08260E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08260E; }

 p { color: rgb(8,38,14); }

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

<style>
 a { background-color: #08260E; }

 a { background-color: rgb(8,38,14); }

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

<style>
 span { border-color: #08260E; }

 span { border-color: rgb(8,38,14); }

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