#0B4521

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

Shades of Deep Fir #0B4521

Tints of Deep Fir #0B4521

Color information

#0B4521 (or 0x0B4521) is unknown color: approx Deep Fir. HEX triplet: 0B, 45 and 21. RGB value is (11,69,33). Sum of RGB (Red+Green+Blue) = 11+69+33=113 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.73% from 113); Green value is 69 (27.34% from 255 or 61.06% from 113); Blue value is 33 (13.28% from 255 or 29.20% from 113); Max value from RGB is 69 - color contains mainly: green. Hex color #0B4521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4521 is #F4BADE. Grayscale: #2F2F2F. Windows color (decimal): -16038623 or 2180363. OLE color: 2180363.

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

Color convert

RGB116933-
CMYK0.8400.520.73
HSL142.76º72.5%15.69%-
HSV(B)142.76º84.06%27.06%-
XYZ2.544.442.16-
YUV47.55119.78101.93-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.73%
GREEN value IS 69 (27.34% from 255) = 61.06%
BLUE value IS 33 (13.28% from 255) = 29.20%
R=9.73%
G=61.06%
B=29.20%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1169330.8400.520.73142.7672.515.69
HexB452154034498f4810
Octal131054112406411121711020
Binary1011100010110000110101000110100100100110001111100100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,69,33); }

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

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

 a { background-color: rgb(11,69,33); }

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

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

 span { border-color: rgb(11,69,33); }

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