Html Css Color HEX #083B12 Deep Fir

📋 copy color: '#083B12'

red 8 ◦ green 59 ◦ blue 18

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

Shades of Deep Fir #083B12

Tints of Deep Fir #083B12

RGB

 RED value IS 8 (3.52% from 255) = 9.41%

 GREEN value IS 59 (23.44% from 255) = 69.41%

 BLUE value IS 18 (7.42% from 255) = 21.18%

R = 9.41%
G = 69.41%
B = 21.18%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.69

 K value IS 0.77

RGB Variations

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

Color information

#083B12 (or 0x083B12) is known color: Deep Fir. HEX triplet: 08, 3B and 12. RGB value is (8,59,18). Sum of RGB (Red+Green+Blue) = 8+59+18=85 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.41% from 85); Green value is 59 (23.44% from 255 or 69.41% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 59 - color contains mainly: green. Hex color #083B12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083B12 is #F7C4ED. Grayscale: #272727. Windows color (decimal): -16237806 or 1194760. OLE color: 1194760.

HSL color Cylindrical-coordinate representation of color #083B12: hue angle of 131.76º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #083B12 is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.77.

Color convert

RGB 8 59 18 -
CMYK 0.86 0 0.69 0.77
HSL 131.76º 0.76% 0.13% -
HSV(B) 131.76º 0.86% 0.23% -
XYZ 1.77 3.22 1.1 -
YUV 39.08 116.1 105.83 -
System Red Green Blue C M Y K H S L
Decimal 8 59 18 0.86 0 0.69 0.77 131.76 0.76 0.13
Hex 8 3B 12 56 0 45 4D 84 4C D
Octal 10 73 22 126 0 105 115 204 114 15
Binary 1000 111011 10010 1010110 0 1000101 1001101 10000100 1001100 1101

Color Harmonies of #083B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083B12

Black with #083B12

Text Example


Text Example

White with #083B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083B12; }

 p { color: rgb(8,59,18); }

 H1.HeaderClassName
 {
   color: #083B12;
 }
 .AnyTagClassName
 {
   color: #083B12;
 }
</style>

background-color css

<style>
 a { background-color: #083B12; }

 a { background-color: rgb(8,59,18); }

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

border-color css

<style>
 span { border-color: #083B12; }

 span { border-color: rgb(8,59,18); }

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