Html Css Color HEX #0F3720 Deep Fir

📋 copy color: '#0F3720'

red 15 ◦ green 55 ◦ blue 32

#0F3720
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #0F3720

Tints of Deep Fir #0F3720

RGB

 RED value IS 15 (6.25% from 255) = 14.71%

 GREEN value IS 55 (21.88% from 255) = 53.92%

 BLUE value IS 32 (12.89% from 255) = 31.37%

R = 14.71%
G = 53.92%
B = 31.37%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#0F3720 (or 0x0F3720) is known color: Deep Fir. HEX triplet: 0F, 37 and 20. RGB value is (15,55,32). Sum of RGB (Red+Green+Blue) = 15+55+32=102 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.71% from 102); Green value is 55 (21.88% from 255 or 53.92% from 102); Blue value is 32 (12.89% from 255 or 31.37% from 102); Max value from RGB is 55 - color contains mainly: green. Hex color #0F3720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3720 is #F0C8DF. Grayscale: #282828. Windows color (decimal): -15780064 or 2111247. OLE color: 2111247.

HSL color Cylindrical-coordinate representation of color #0F3720: hue angle of 145.5º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0F3720 is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB 15 55 32 -
CMYK 0.73 0 0.42 0.78
HSL 145.5º 0.57% 0.14% -
HSV(B) 145.5º 0.73% 0.22% -
XYZ 1.82 2.94 1.84 -
YUV 40.42 123.25 109.87 -
System Red Green Blue C M Y K H S L
Decimal 15 55 32 0.73 0 0.42 0.78 145.5 0.57 0.14
Hex F 37 20 49 0 2A 4E 92 39 E
Octal 17 67 40 111 0 52 116 222 71 16
Binary 1111 110111 100000 1001001 0 101010 1001110 10010010 111001 1110

Color Harmonies of #0F3720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3720

Black with #0F3720

Text Example


Text Example

White with #0F3720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,55,32); }

 H1.HeaderClassName
 {
   color: #0F3720;
 }
 .AnyTagClassName
 {
   color: #0F3720;
 }
</style>

background-color css

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

 a { background-color: rgb(15,55,32); }

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

border-color css

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

 span { border-color: rgb(15,55,32); }

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