#08451B

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

Shades of Deep Fir #08451B

Tints of Deep Fir #08451B

Color information

#08451B (or 0x08451B) is unknown color: approx Deep Fir. HEX triplet: 08, 45 and 1B. RGB value is (8,69,27). Sum of RGB (Red+Green+Blue) = 8+69+27=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 69 (27.34% from 255 or 66.35% from 104); Blue value is 27 (10.94% from 255 or 25.96% from 104); Max value from RGB is 69 - color contains mainly: green. Hex color #08451B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08451B is #F7BAE4. Grayscale: #2E2E2E. Windows color (decimal): -16235237 or 1787144. OLE color: 1787144.

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

Color convert

RGB86927-
CMYK0.8800.610.73
HSL138.69º79.22%15.1%-
HSV(B)138.69º88.41%27.06%-
XYZ2.434.391.76-
YUV45.97117.29100.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.69%
GREEN value IS 69 (27.34% from 255) = 66.35%
BLUE value IS 27 (10.94% from 255) = 25.96%
R=7.69%
G=66.35%
B=25.96%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal869270.8800.610.73138.6979.2215.1
Hex8451B5803D498b4ff
Octal101053313007511121311717
Binary10001000101110111011000011110110010011000101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08451B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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