Html Css Color HEX #083918 Deep Fir

📋 copy color: '#083918'

red 8 ◦ green 57 ◦ blue 24

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

Shades of Deep Fir #083918

Tints of Deep Fir #083918

RGB

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

 GREEN value IS 57 (22.66% from 255) = 64.04%

 BLUE value IS 24 (9.77% from 255) = 26.97%

R = 8.99%
G = 64.04%
B = 26.97%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.58

 K value IS 0.78

RGB Variations

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

Color information

#083918 (or 0x083918) is known color: Deep Fir. HEX triplet: 08, 39 and 18. RGB value is (8,57,24). Sum of RGB (Red+Green+Blue) = 8+57+24=89 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.99% from 89); Green value is 57 (22.66% from 255 or 64.04% from 89); Blue value is 24 (9.77% from 255 or 26.97% from 89); Max value from RGB is 57 - color contains mainly: green. Hex color #083918 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083918 is #F7C6E7. Grayscale: #262626. Windows color (decimal): -16238312 or 1587464. OLE color: 1587464.

HSL color Cylindrical-coordinate representation of color #083918: hue angle of 139.59º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #083918 is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.78.

Color convert

RGB 8 57 24 -
CMYK 0.86 0 0.58 0.78
HSL 139.59º 0.75% 0.13% -
HSV(B) 139.59º 0.86% 0.22% -
XYZ 1.73 3.04 1.36 -
YUV 38.59 119.77 106.18 -
System Red Green Blue C M Y K H S L
Decimal 8 57 24 0.86 0 0.58 0.78 139.59 0.75 0.13
Hex 8 39 18 56 0 3A 4E 8C 4B D
Octal 10 71 30 126 0 72 116 214 113 15
Binary 1000 111001 11000 1010110 0 111010 1001110 10001100 1001011 1101

Color Harmonies of #083918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083918

Black with #083918

Text Example


Text Example

White with #083918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083918; }

 p { color: rgb(8,57,24); }

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

background-color css

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

 a { background-color: rgb(8,57,24); }

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

border-color css

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

 span { border-color: rgb(8,57,24); }

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