Html Css Color HEX #083417 Deep Fir

📋 copy color: '#083417'

red 8 ◦ green 52 ◦ blue 23

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

Shades of Deep Fir #083417

Tints of Deep Fir #083417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 27.71%

R = 9.64%
G = 62.65%
B = 27.71%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.56

 K value IS 0.80

RGB Variations

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

Color information

#083417 (or 0x083417) is known color: Deep Fir. HEX triplet: 08, 34 and 17. RGB value is (8,52,23). Sum of RGB (Red+Green+Blue) = 8+52+23=83 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.64% from 83); Green value is 52 (20.70% from 255 or 62.65% from 83); Blue value is 23 (9.38% from 255 or 27.71% from 83); Max value from RGB is 52 - color contains mainly: green. Hex color #083417 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083417 is #F7CBE8. Grayscale: #232323. Windows color (decimal): -16239593 or 1520648. OLE color: 1520648.

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

Color convert

RGB 8 52 23 -
CMYK 0.85 0 0.56 0.80
HSL 140.45º 0.73% 0.12% -
HSV(B) 140.45º 0.85% 0.2% -
XYZ 1.48 2.57 1.23 -
YUV 35.54 120.92 108.36 -
System Red Green Blue C M Y K H S L
Decimal 8 52 23 0.85 0 0.56 0.80 140.45 0.73 0.12
Hex 8 34 17 55 0 38 50 8C 49 C
Octal 10 64 27 125 0 70 120 214 111 14
Binary 1000 110100 10111 1010101 0 111000 1010000 10001100 1001001 1100

Color Harmonies of #083417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083417

Black with #083417

Text Example


Text Example

White with #083417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083417; }

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

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

background-color css

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

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

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

border-color css

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

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

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