Html Css Color HEX #083614 Deep Fir

📋 copy color: '#083614'

red 8 ◦ green 54 ◦ blue 20

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

Shades of Deep Fir #083614

Tints of Deep Fir #083614

RGB

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

 GREEN value IS 54 (21.48% from 255) = 65.85%

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

R = 9.76%
G = 65.85%
B = 24.39%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.63

 K value IS 0.79

RGB Variations

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

Color information

#083614 (or 0x083614) is known color: Deep Fir. HEX triplet: 08, 36 and 14. RGB value is (8,54,20). Sum of RGB (Red+Green+Blue) = 8+54+20=82 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.76% from 82); Green value is 54 (21.48% from 255 or 65.85% from 82); Blue value is 20 (8.20% from 255 or 24.39% from 82); Max value from RGB is 54 - color contains mainly: green. Hex color #083614 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083614 is #F7C9EB. Grayscale: #242424. Windows color (decimal): -16239084 or 1324552. OLE color: 1324552.

HSL color Cylindrical-coordinate representation of color #083614: hue angle of 135.65º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #083614 is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.79.

Color convert

RGB 8 54 20 -
CMYK 0.85 0 0.63 0.79
HSL 135.65º 0.74% 0.12% -
HSV(B) 135.65º 0.85% 0.21% -
XYZ 1.55 2.74 1.11 -
YUV 36.37 118.76 107.76 -
System Red Green Blue C M Y K H S L
Decimal 8 54 20 0.85 0 0.63 0.79 135.65 0.74 0.12
Hex 8 36 14 55 0 3F 4F 88 4A C
Octal 10 66 24 125 0 77 117 210 112 14
Binary 1000 110110 10100 1010101 0 111111 1001111 10001000 1001010 1100

Color Harmonies of #083614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083614

Black with #083614

Text Example


Text Example

White with #083614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083614; }

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

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

background-color css

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

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

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

border-color css

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

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

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