Html Css Color HEX #083517 Deep Fir

📋 copy color: '#083517'

red 8 ◦ green 53 ◦ blue 23

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

Shades of Deep Fir #083517

Tints of Deep Fir #083517

RGB

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

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

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

R = 9.52%
G = 63.1%
B = 27.38%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.57

 K value IS 0.79

RGB Variations

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

Color information

#083517 (or 0x083517) is known color: Deep Fir. HEX triplet: 08, 35 and 17. RGB value is (8,53,23). Sum of RGB (Red+Green+Blue) = 8+53+23=84 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.52% from 84); Green value is 53 (21.09% from 255 or 63.10% from 84); Blue value is 23 (9.38% from 255 or 27.38% from 84); Max value from RGB is 53 - color contains mainly: green. Hex color #083517 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083517 is #F7CAE8. Grayscale: #242424. Windows color (decimal): -16239337 or 1520904. OLE color: 1520904.

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

Color convert

RGB 8 53 23 -
CMYK 0.85 0 0.57 0.79
HSL 140º 0.74% 0.12% -
HSV(B) 140º 0.85% 0.21% -
XYZ 1.53 2.66 1.24 -
YUV 36.13 120.59 107.94 -
System Red Green Blue C M Y K H S L
Decimal 8 53 23 0.85 0 0.57 0.79 140 0.74 0.12
Hex 8 35 17 55 0 39 4F 8C 4A C
Octal 10 65 27 125 0 71 117 214 112 14
Binary 1000 110101 10111 1010101 0 111001 1001111 10001100 1001010 1100

Color Harmonies of #083517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083517

Black with #083517

Text Example


Text Example

White with #083517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083517; }

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

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

background-color css

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

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

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

border-color css

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

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

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