Html Css Color HEX #083511 Deep Fir

📋 copy color: '#083511'

red 8 ◦ green 53 ◦ blue 17

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

Shades of Deep Fir #083511

Tints of Deep Fir #083511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 21.79%

R = 10.26%
G = 67.95%
B = 21.79%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.68

 K value IS 0.79

RGB Variations

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

Color information

#083511 (or 0x083511) is known color: Deep Fir. HEX triplet: 08, 35 and 11. RGB value is (8,53,17). Sum of RGB (Red+Green+Blue) = 8+53+17=78 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.26% from 78); Green value is 53 (21.09% from 255 or 67.95% from 78); Blue value is 17 (7.03% from 255 or 21.79% from 78); Max value from RGB is 53 - color contains mainly: green. Hex color #083511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083511 is #F7CAEE. Grayscale: #232323. Windows color (decimal): -16239343 or 1127688. OLE color: 1127688.

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

Color convert

RGB 8 53 17 -
CMYK 0.85 0 0.68 0.79
HSL 132º 0.74% 0.12% -
HSV(B) 132º 0.85% 0.21% -
XYZ 1.47 2.64 0.96 -
YUV 35.44 117.59 108.43 -
System Red Green Blue C M Y K H S L
Decimal 8 53 17 0.85 0 0.68 0.79 132 0.74 0.12
Hex 8 35 11 55 0 44 4F 84 4A C
Octal 10 65 21 125 0 104 117 204 112 14
Binary 1000 110101 10001 1010101 0 1000100 1001111 10000100 1001010 1100

Color Harmonies of #083511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083511

Black with #083511

Text Example


Text Example

White with #083511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083511; }

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

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

background-color css

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

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

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

border-color css

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

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

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