#08461B

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

Shades of Deep Fir #08461B

Tints of Deep Fir #08461B

Color information

#08461B (or 0x08461B) is unknown color: approx Deep Fir. HEX triplet: 08, 46 and 1B. RGB value is (8,70,27). Sum of RGB (Red+Green+Blue) = 8+70+27=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 70 (27.73% from 255 or 66.67% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 70 - color contains mainly: green. Hex color #08461B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08461B is #F7B9E4. Grayscale: #2E2E2E. Windows color (decimal): -16234981 or 1787400. OLE color: 1787400.

HSL color Cylindrical-coordinate representation of color #08461B: hue angle of 138.39º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08461B is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.73.

Color convert

RGB87027-
CMYK0.8900.610.73
HSL138.39º79.49%15.29%-
HSV(B)138.39º88.57%27.45%-
XYZ2.494.511.78-
YUV46.56116.96100.5-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.62%
GREEN value IS 70 (27.73% from 255) = 66.67%
BLUE value IS 27 (10.94% from 255) = 25.71%
R=7.62%
G=66.67%
B=25.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal870270.8900.610.73138.3979.4915.29
Hex8461B5903D498a4ff
Octal101063313107511121211717
Binary10001000110110111011001011110110010011000101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08461B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08461B; }

 p { color: rgb(8,70,27); }

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

<style>
 a { background-color: #08461B; }

 a { background-color: rgb(8,70,27); }

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

<style>
 span { border-color: #08461B; }

 span { border-color: rgb(8,70,27); }

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