#08361A

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

Shades of Deep Fir #08361A

Tints of Deep Fir #08361A

Color information

#08361A (or 0x08361A) is unknown color: approx Deep Fir. HEX triplet: 08, 36 and 1A. RGB value is (8,54,26). Sum of RGB (Red+Green+Blue) = 8+54+26=88 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.09% from 88); Green value is 54 (21.48% from 255 or 61.36% from 88); Blue value is 26 (10.55% from 255 or 29.55% from 88); Max value from RGB is 54 - color contains mainly: green. Hex color #08361A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08361A is #F7C9E5. Grayscale: #252525. Windows color (decimal): -16239078 or 1717768. OLE color: 1717768.

HSL color Cylindrical-coordinate representation of color #08361A: hue angle of 143.48º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #08361A is Cyan = 0.85, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.79.

Color convert

RGB85426-
CMYK0.8500.520.79
HSL143.48º74.19%12.16%-
HSV(B)143.48º85.19%21.18%-
XYZ1.612.761.43-
YUV37.05121.76107.28-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.09%
GREEN value IS 54 (21.48% from 255) = 61.36%
BLUE value IS 26 (10.55% from 255) = 29.55%
R=9.09%
G=61.36%
B=29.55%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal854260.8500.520.79143.4874.1912.16
Hex8361A550344F8f4ac
Octal10663212506411721711214
Binary1000110110110101010101011010010011111000111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08361A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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