Html Css Color HEX #083519 Deep Fir

📋 copy color: '#083519'

red 8 ◦ green 53 ◦ blue 25

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

Shades of Deep Fir #083519

Tints of Deep Fir #083519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 29.07%

R = 9.3%
G = 61.63%
B = 29.07%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.53

 K value IS 0.79

RGB Variations

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

Color information

#083519 (or 0x083519) is known color: Deep Fir. HEX triplet: 08, 35 and 19. RGB value is (8,53,25). Sum of RGB (Red+Green+Blue) = 8+53+25=86 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.30% from 86); Green value is 53 (21.09% from 255 or 61.63% from 86); Blue value is 25 (10.16% from 255 or 29.07% from 86); Max value from RGB is 53 - color contains mainly: green. Hex color #083519 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083519 is #F7CAE6. Grayscale: #242424. Windows color (decimal): -16239335 or 1651976. OLE color: 1651976.

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

Color convert

RGB 8 53 25 -
CMYK 0.85 0 0.53 0.79
HSL 142.67º 0.74% 0.12% -
HSV(B) 142.67º 0.85% 0.21% -
XYZ 1.55 2.67 1.35 -
YUV 36.35 121.59 107.78 -
System Red Green Blue C M Y K H S L
Decimal 8 53 25 0.85 0 0.53 0.79 142.67 0.74 0.12
Hex 8 35 19 55 0 35 4F 8F 4A C
Octal 10 65 31 125 0 65 117 217 112 14
Binary 1000 110101 11001 1010101 0 110101 1001111 10001111 1001010 1100

Color Harmonies of #083519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083519

Black with #083519

Text Example


Text Example

White with #083519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083519; }

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

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

background-color css

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

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

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

border-color css

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

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

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