Html Css Color HEX #083414 Deep Fir

📋 copy color: '#083414'

red 8 ◦ green 52 ◦ blue 20

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

Shades of Deep Fir #083414

Tints of Deep Fir #083414

RGB

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

 GREEN value IS 52 (20.7% from 255) = 65%

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

R = 10%
G = 65%
B = 25%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.62

 K value IS 0.80

RGB Variations

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

Color information

#083414 (or 0x083414) is known color: Deep Fir. HEX triplet: 08, 34 and 14. RGB value is (8,52,20). Sum of RGB (Red+Green+Blue) = 8+52+20=80 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10% from 80); Green value is 52 (20.70% from 255 or 65% from 80); Blue value is 20 (8.20% from 255 or 25% from 80); Max value from RGB is 52 - color contains mainly: green. Hex color #083414 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083414 is #F7CBEB. Grayscale: #232323. Windows color (decimal): -16239596 or 1324040. OLE color: 1324040.

HSL color Cylindrical-coordinate representation of color #083414: hue angle of 136.36º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #083414 is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB 8 52 20 -
CMYK 0.85 0 0.62 0.80
HSL 136.36º 0.73% 0.12% -
HSV(B) 136.36º 0.85% 0.2% -
XYZ 1.45 2.56 1.08 -
YUV 35.2 119.42 108.6 -
System Red Green Blue C M Y K H S L
Decimal 8 52 20 0.85 0 0.62 0.80 136.36 0.73 0.12
Hex 8 34 14 55 0 3E 50 88 49 C
Octal 10 64 24 125 0 76 120 210 111 14
Binary 1000 110100 10100 1010101 0 111110 1010000 10001000 1001001 1100

Color Harmonies of #083414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083414

Black with #083414

Text Example


Text Example

White with #083414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083414; }

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

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

background-color css

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

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

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

border-color css

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

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

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