Html Css Color HEX #083913 Deep Fir

📋 copy color: '#083913'

red 8 ◦ green 57 ◦ blue 19

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

Shades of Deep Fir #083913

Tints of Deep Fir #083913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 22.62%

R = 9.52%
G = 67.86%
B = 22.62%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#083913 (or 0x083913) is known color: Deep Fir. HEX triplet: 08, 39 and 13. RGB value is (8,57,19). Sum of RGB (Red+Green+Blue) = 8+57+19=84 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.52% from 84); Green value is 57 (22.66% from 255 or 67.86% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 57 - color contains mainly: green. Hex color #083913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083913 is #F7C6EC. Grayscale: #262626. Windows color (decimal): -16238317 or 1259784. OLE color: 1259784.

HSL color Cylindrical-coordinate representation of color #083913: hue angle of 133.47º 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 #083913 is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB 8 57 19 -
CMYK 0.86 0 0.67 0.78
HSL 133.47º 0.75% 0.13% -
HSV(B) 133.47º 0.86% 0.22% -
XYZ 1.68 3.02 1.11 -
YUV 38.02 117.27 106.59 -
System Red Green Blue C M Y K H S L
Decimal 8 57 19 0.86 0 0.67 0.78 133.47 0.75 0.13
Hex 8 39 13 56 0 43 4E 85 4B D
Octal 10 71 23 126 0 103 116 205 113 15
Binary 1000 111001 10011 1010110 0 1000011 1001110 10000101 1001011 1101

Color Harmonies of #083913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083913

Black with #083913

Text Example


Text Example

White with #083913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083913; }

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

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

background-color css

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

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

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

border-color css

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

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

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