#0B4319

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

Shades of Deep Fir #0B4319

Tints of Deep Fir #0B4319

Color information

#0B4319 (or 0x0B4319) is unknown color: approx Deep Fir. HEX triplet: 0B, 43 and 19. RGB value is (11,67,25). Sum of RGB (Red+Green+Blue) = 11+67+25=103 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.68% from 103); Green value is 67 (26.56% from 255 or 65.05% from 103); Blue value is 25 (10.16% from 255 or 24.27% from 103); Max value from RGB is 67 - color contains mainly: green. Hex color #0B4319 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B4319 is #F4BCE6. Grayscale: #2D2D2D. Windows color (decimal): -16039143 or 1655563. OLE color: 1655563.

HSL color Cylindrical-coordinate representation of color #0B4319: hue angle of 135º 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 #0B4319 is Cyan = 0.84, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.74.

Color convert

RGB116725-
CMYK0.8400.630.74
HSL135º71.79%15.29%-
HSV(B)135º83.58%26.27%-
XYZ2.324.161.6-
YUV45.47116.45103.42-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.68%
GREEN value IS 67 (26.56% from 255) = 65.05%
BLUE value IS 25 (10.16% from 255) = 24.27%
R=10.68%
G=65.05%
B=24.27%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1167250.8400.630.7413571.7915.29
HexB43195403F4A8748f
Octal131033112407711220711017
Binary10111000011110011010100011111110010101000011110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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