#08341A

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

Shades of Deep Fir #08341A

Tints of Deep Fir #08341A

Color information

#08341A (or 0x08341A) is unknown color: approx Deep Fir. HEX triplet: 08, 34 and 1A. RGB value is (8,52,26). Sum of RGB (Red+Green+Blue) = 8+52+26=86 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.30% from 86); Green value is 52 (20.70% from 255 or 60.47% from 86); Blue value is 26 (10.55% from 255 or 30.23% from 86); Max value from RGB is 52 - color contains mainly: green. Hex color #08341A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08341A is #F7CBE5. Grayscale: #232323. Windows color (decimal): -16239590 or 1717256. OLE color: 1717256.

HSL color Cylindrical-coordinate representation of color #08341A: hue angle of 144.55º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #08341A is Cyan = 0.85, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB85226-
CMYK0.8500.500.80
HSL144.55º73.33%11.76%-
HSV(B)144.55º84.62%20.39%-
XYZ1.512.581.4-
YUV35.88122.42108.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.30%
GREEN value IS 52 (20.70% from 255) = 60.47%
BLUE value IS 26 (10.55% from 255) = 30.23%
R=9.30%
G=60.47%
B=30.23%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal852260.8500.500.80144.5573.3311.76
Hex8341A55032509149c
Octal10643212506212022111114
Binary1000110100110101010101011001010100001001000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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