Html Css Color HEX #083014 Deep Fir

📋 copy color: '#083014'

red 8 ◦ green 48 ◦ blue 20

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

Shades of Deep Fir #083014

Tints of Deep Fir #083014

RGB

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

 GREEN value IS 48 (19.14% from 255) = 63.16%

 BLUE value IS 20 (8.2% from 255) = 26.32%

R = 10.53%
G = 63.16%
B = 26.32%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.58

 K value IS 0.81

RGB Variations

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

Color information

#083014 (or 0x083014) is known color: Deep Fir. HEX triplet: 08, 30 and 14. RGB value is (8,48,20). Sum of RGB (Red+Green+Blue) = 8+48+20=76 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.53% from 76); Green value is 48 (19.14% from 255 or 63.16% from 76); Blue value is 20 (8.20% from 255 or 26.32% from 76); Max value from RGB is 48 - color contains mainly: green. Hex color #083014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083014 is #F7CFEB. Grayscale: #202020. Windows color (decimal): -16240620 or 1323016. OLE color: 1323016.

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

Color convert

RGB 8 48 20 -
CMYK 0.83 0 0.58 0.81
HSL 138º 0.71% 0.11% -
HSV(B) 138º 0.83% 0.19% -
XYZ 1.28 2.22 1.02 -
YUV 32.85 120.75 110.28 -
System Red Green Blue C M Y K H S L
Decimal 8 48 20 0.83 0 0.58 0.81 138 0.71 0.11
Hex 8 30 14 53 0 3A 51 8A 47 B
Octal 10 60 24 123 0 72 121 212 107 13
Binary 1000 110000 10100 1010011 0 111010 1010001 10001010 1000111 1011

Color Harmonies of #083014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083014

Black with #083014

Text Example


Text Example

White with #083014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083014; }

 p { color: rgb(8,48,20); }

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

background-color css

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

 a { background-color: rgb(8,48,20); }

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

border-color css

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

 span { border-color: rgb(8,48,20); }

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