Html Css Color HEX #083116 Deep Fir

📋 copy color: '#083116'

red 8 ◦ green 49 ◦ blue 22

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

Shades of Deep Fir #083116

Tints of Deep Fir #083116

RGB

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

 GREEN value IS 49 (19.53% from 255) = 62.03%

 BLUE value IS 22 (8.98% from 255) = 27.85%

R = 10.13%
G = 62.03%
B = 27.85%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.55

 K value IS 0.81

RGB Variations

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

Color information

#083116 (or 0x083116) is known color: Deep Fir. HEX triplet: 08, 31 and 16. RGB value is (8,49,22). Sum of RGB (Red+Green+Blue) = 8+49+22=79 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.13% from 79); Green value is 49 (19.53% from 255 or 62.03% from 79); Blue value is 22 (8.98% from 255 or 27.85% from 79); Max value from RGB is 49 - color contains mainly: green. Hex color #083116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083116 is #F7CEE9. Grayscale: #212121. Windows color (decimal): -16240362 or 1454344. OLE color: 1454344.

HSL color Cylindrical-coordinate representation of color #083116: hue angle of 140.49º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #083116 is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.81.

Color convert

RGB 8 49 22 -
CMYK 0.84 0 0.55 0.81
HSL 140.49º 0.72% 0.11% -
HSV(B) 140.49º 0.84% 0.19% -
XYZ 1.34 2.31 1.13 -
YUV 33.66 121.42 109.7 -
System Red Green Blue C M Y K H S L
Decimal 8 49 22 0.84 0 0.55 0.81 140.49 0.72 0.11
Hex 8 31 16 54 0 37 51 8C 48 B
Octal 10 61 26 124 0 67 121 214 110 13
Binary 1000 110001 10110 1010100 0 110111 1010001 10001100 1001000 1011

Color Harmonies of #083116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083116

Black with #083116

Text Example


Text Example

White with #083116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083116; }

 p { color: rgb(8,49,22); }

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

background-color css

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

 a { background-color: rgb(8,49,22); }

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

border-color css

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

 span { border-color: rgb(8,49,22); }

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