Html Css Color HEX #083112 Deep Fir

📋 copy color: '#083112'

red 8 ◦ green 49 ◦ blue 18

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

Shades of Deep Fir #083112

Tints of Deep Fir #083112

RGB

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

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

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

R = 10.67%
G = 65.33%
B = 24%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#083112 (or 0x083112) is known color: Deep Fir. HEX triplet: 08, 31 and 12. RGB value is (8,49,18). Sum of RGB (Red+Green+Blue) = 8+49+18=75 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.67% from 75); Green value is 49 (19.53% from 255 or 65.33% from 75); Blue value is 18 (7.42% from 255 or 24% from 75); Max value from RGB is 49 - color contains mainly: green. Hex color #083112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083112 is #F7CEED. Grayscale: #212121. Windows color (decimal): -16240366 or 1192200. OLE color: 1192200.

HSL color Cylindrical-coordinate representation of color #083112: hue angle of 134.63º 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 #083112 is Cyan = 0.84, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB 8 49 18 -
CMYK 0.84 0 0.63 0.81
HSL 134.63º 0.72% 0.11% -
HSV(B) 134.63º 0.84% 0.19% -
XYZ 1.31 2.29 0.95 -
YUV 33.21 119.42 110.02 -
System Red Green Blue C M Y K H S L
Decimal 8 49 18 0.84 0 0.63 0.81 134.63 0.72 0.11
Hex 8 31 12 54 0 3F 51 87 48 B
Octal 10 61 22 124 0 77 121 207 110 13
Binary 1000 110001 10010 1010100 0 111111 1010001 10000111 1001000 1011

Color Harmonies of #083112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083112

Black with #083112

Text Example


Text Example

White with #083112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083112; }

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

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

background-color css

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

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

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

border-color css

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

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

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