Html Css Color HEX #0C3311 Deep Fir

📋 copy color: '#0C3311'

red 12 ◦ green 51 ◦ blue 17

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

Shades of Deep Fir #0C3311

Tints of Deep Fir #0C3311

RGB

 RED value IS 12 (5.08% from 255) = 15%

 GREEN value IS 51 (20.31% from 255) = 63.75%

 BLUE value IS 17 (7.03% from 255) = 21.25%

R = 15%
G = 63.75%
B = 21.25%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.67

 K value IS 0.8

RGB Variations

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

Color information

#0C3311 (or 0x0C3311) is known color: Deep Fir. HEX triplet: 0C, 33 and 11. RGB value is (12,51,17). Sum of RGB (Red+Green+Blue) = 12+51+17=80 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15% from 80); Green value is 51 (20.31% from 255 or 63.75% from 80); Blue value is 17 (7.03% from 255 or 21.25% from 80); Max value from RGB is 51 - color contains mainly: green. Hex color #0C3311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3311 is #F3CCEE. Grayscale: #232323. Windows color (decimal): -15977711 or 1127180. OLE color: 1127180.

HSL color Cylindrical-coordinate representation of color #0C3311: hue angle of 127.69º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C3311 is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.8.

Color convert

RGB 12 51 17 -
CMYK 0.76 0 0.67 0.8
HSL 127.69º 0.62% 0.12% -
HSV(B) 127.69º 0.76% 0.2% -
XYZ 1.44 2.49 0.93 -
YUV 35.46 117.58 111.26 -
System Red Green Blue C M Y K H S L
Decimal 12 51 17 0.76 0 0.67 0.8 127.69 0.62 0.12
Hex C 33 11 4C 0 43 50 80 3E C
Octal 14 63 21 114 0 103 120 200 76 14
Binary 1100 110011 10001 1001100 0 1000011 1010000 10000000 111110 1100

Color Harmonies of #0C3311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3311

Black with #0C3311

Text Example


Text Example

White with #0C3311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,51,17); }

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

background-color css

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

 a { background-color: rgb(12,51,17); }

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

border-color css

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

 span { border-color: rgb(12,51,17); }

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