Html Css Color HEX #083514 Deep Fir

📋 copy color: '#083514'

red 8 ◦ green 53 ◦ blue 20

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

Shades of Deep Fir #083514

Tints of Deep Fir #083514

RGB

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

 GREEN value IS 53 (21.09% from 255) = 65.43%

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

R = 9.88%
G = 65.43%
B = 24.69%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.62

 K value IS 0.79

RGB Variations

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

Color information

#083514 (or 0x083514) is known color: Deep Fir. HEX triplet: 08, 35 and 14. RGB value is (8,53,20). Sum of RGB (Red+Green+Blue) = 8+53+20=81 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.88% from 81); Green value is 53 (21.09% from 255 or 65.43% from 81); Blue value is 20 (8.20% from 255 or 24.69% from 81); Max value from RGB is 53 - color contains mainly: green. Hex color #083514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083514 is #F7CAEB. Grayscale: #232323. Windows color (decimal): -16239340 or 1324296. OLE color: 1324296.

HSL color Cylindrical-coordinate representation of color #083514: hue angle of 136º 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 #083514 is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.79.

Color convert

RGB 8 53 20 -
CMYK 0.85 0 0.62 0.79
HSL 136º 0.74% 0.12% -
HSV(B) 136º 0.85% 0.21% -
XYZ 1.5 2.65 1.09 -
YUV 35.78 119.09 108.18 -
System Red Green Blue C M Y K H S L
Decimal 8 53 20 0.85 0 0.62 0.79 136 0.74 0.12
Hex 8 35 14 55 0 3E 4F 88 4A C
Octal 10 65 24 125 0 76 117 210 112 14
Binary 1000 110101 10100 1010101 0 111110 1001111 10001000 1001010 1100

Color Harmonies of #083514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083514

Black with #083514

Text Example


Text Example

White with #083514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083514; }

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

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

background-color css

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

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

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

border-color css

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

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

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