#0B4415

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

Shades of Deep Fir #0B4415

Tints of Deep Fir #0B4415

Color information

#0B4415 (or 0x0B4415) is unknown color: approx Deep Fir. HEX triplet: 0B, 44 and 15. RGB value is (11,68,21). Sum of RGB (Red+Green+Blue) = 11+68+21=100 (13% of max value = 765). Red value is 11 (4.69% from 255 or 11% from 100); Green value is 68 (26.95% from 255 or 68% from 100); Blue value is 21 (8.59% from 255 or 21% from 100); Max value from RGB is 68 - color contains mainly: green. Hex color #0B4415 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B4415 is #F4BBEA. Grayscale: #2D2D2D. Windows color (decimal): -16038891 or 1393675. OLE color: 1393675.

HSL color Cylindrical-coordinate representation of color #0B4415: hue angle of 130.53º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B4415 is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.73.

Color convert

RGB116821-
CMYK0.8400.690.73
HSL130.53º72.15%15.49%-
HSV(B)130.53º83.82%26.67%-
XYZ2.344.261.41-
YUV45.6114.12103.32-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11%
GREEN value IS 68 (26.95% from 255) = 68%
BLUE value IS 21 (8.59% from 255) = 21%
R=11%
G=68%
B=21%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1168210.8400.690.73130.5372.1515.49
HexB441554045498348f
Octal1310425124010511120311017
Binary101110001001010110101000100010110010011000001110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B4415; }

 p { color: rgb(11,68,21); }

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

<style>
 a { background-color: #0B4415; }

 a { background-color: rgb(11,68,21); }

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

<style>
 span { border-color: #0B4415; }

 span { border-color: rgb(11,68,21); }

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