Html Css Color HEX #083518 Deep Fir

📋 copy color: '#083518'

red 8 ◦ green 53 ◦ blue 24

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

Shades of Deep Fir #083518

Tints of Deep Fir #083518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 28.24%

R = 9.41%
G = 62.35%
B = 28.24%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.55

 K value IS 0.79

RGB Variations

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

Color information

#083518 (or 0x083518) is known color: Deep Fir. HEX triplet: 08, 35 and 18. RGB value is (8,53,24). Sum of RGB (Red+Green+Blue) = 8+53+24=85 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.41% from 85); Green value is 53 (21.09% from 255 or 62.35% from 85); Blue value is 24 (9.77% from 255 or 28.24% from 85); Max value from RGB is 53 - color contains mainly: green. Hex color #083518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083518 is #F7CAE7. Grayscale: #242424. Windows color (decimal): -16239336 or 1586440. OLE color: 1586440.

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

Color convert

RGB 8 53 24 -
CMYK 0.85 0 0.55 0.79
HSL 141.33º 0.74% 0.12% -
HSV(B) 141.33º 0.85% 0.21% -
XYZ 1.54 2.66 1.3 -
YUV 36.24 121.09 107.86 -
System Red Green Blue C M Y K H S L
Decimal 8 53 24 0.85 0 0.55 0.79 141.33 0.74 0.12
Hex 8 35 18 55 0 37 4F 8D 4A C
Octal 10 65 30 125 0 67 117 215 112 14
Binary 1000 110101 11000 1010101 0 110111 1001111 10001101 1001010 1100

Color Harmonies of #083518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083518

Black with #083518

Text Example


Text Example

White with #083518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083518; }

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

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

background-color css

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

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

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

border-color css

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

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

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