#0B4315

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

Shades of Deep Fir #0B4315

Tints of Deep Fir #0B4315

Color information

#0B4315 (or 0x0B4315) is unknown color: approx Deep Fir. HEX triplet: 0B, 43 and 15. RGB value is (11,67,21). Sum of RGB (Red+Green+Blue) = 11+67+21=99 (13% of max value = 765). Red value is 11 (4.69% from 255 or 11.11% from 99); Green value is 67 (26.56% from 255 or 67.68% from 99); Blue value is 21 (8.59% from 255 or 21.21% from 99); Max value from RGB is 67 - color contains mainly: green. Hex color #0B4315 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B4315 is #F4BCEA. Grayscale: #2D2D2D. Windows color (decimal): -16039147 or 1393419. OLE color: 1393419.

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

Color convert

RGB116721-
CMYK0.8400.690.74
HSL130.71º71.79%15.29%-
HSV(B)130.71º83.58%26.27%-
XYZ2.284.141.39-
YUV45.01114.45103.74-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.11%
GREEN value IS 67 (26.56% from 255) = 67.68%
BLUE value IS 21 (8.59% from 255) = 21.21%
R=11.11%
G=67.68%
B=21.21%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1167210.8400.690.74130.7171.7915.29
HexB4315540454A8348f
Octal1310325124010511220311017
Binary101110000111010110101000100010110010101000001110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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