#08461A

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

Shades of Deep Fir #08461A

Tints of Deep Fir #08461A

Color information

#08461A (or 0x08461A) is unknown color: approx Deep Fir. HEX triplet: 08, 46 and 1A. RGB value is (8,70,26). Sum of RGB (Red+Green+Blue) = 8+70+26=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 70 (27.73% from 255 or 67.31% from 104); Blue value is 26 (10.55% from 255 or 25% from 104); Max value from RGB is 70 - color contains mainly: green. Hex color #08461A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08461A is #F7B9E5. Grayscale: #2E2E2E. Windows color (decimal): -16234982 or 1721864. OLE color: 1721864.

HSL color Cylindrical-coordinate representation of color #08461A: hue angle of 137.42º 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 #08461A is Cyan = 0.89, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB87026-
CMYK0.8900.630.73
HSL137.42º79.49%15.29%-
HSV(B)137.42º88.57%27.45%-
XYZ2.484.511.72-
YUV46.45116.46100.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.69%
GREEN value IS 70 (27.73% from 255) = 67.31%
BLUE value IS 26 (10.55% from 255) = 25%
R=7.69%
G=67.31%
B=25%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal870260.8900.630.73137.4279.4915.29
Hex8461A5903F49894ff
Octal101063213107711121111717
Binary10001000110110101011001011111110010011000100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08461A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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