Html Css Color HEX #083611 Deep Fir

📋 copy color: '#083611'

red 8 ◦ green 54 ◦ blue 17

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

Shades of Deep Fir #083611

Tints of Deep Fir #083611

RGB

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

 GREEN value IS 54 (21.48% from 255) = 68.35%

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

R = 10.13%
G = 68.35%
B = 21.52%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.69

 K value IS 0.79

RGB Variations

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

Color information

#083611 (or 0x083611) is known color: Deep Fir. HEX triplet: 08, 36 and 11. RGB value is (8,54,17). Sum of RGB (Red+Green+Blue) = 8+54+17=79 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.13% from 79); Green value is 54 (21.48% from 255 or 68.35% from 79); Blue value is 17 (7.03% from 255 or 21.52% from 79); Max value from RGB is 54 - color contains mainly: green. Hex color #083611 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083611 is #F7C9EE. Grayscale: #242424. Windows color (decimal): -16239087 or 1127944. OLE color: 1127944.

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

Color convert

RGB 8 54 17 -
CMYK 0.85 0 0.69 0.79
HSL 131.74º 0.74% 0.12% -
HSV(B) 131.74º 0.85% 0.21% -
XYZ 1.52 2.73 0.98 -
YUV 36.03 117.26 108.01 -
System Red Green Blue C M Y K H S L
Decimal 8 54 17 0.85 0 0.69 0.79 131.74 0.74 0.12
Hex 8 36 11 55 0 45 4F 84 4A C
Octal 10 66 21 125 0 105 117 204 112 14
Binary 1000 110110 10001 1010101 0 1000101 1001111 10000100 1001010 1100

Color Harmonies of #083611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083611

Black with #083611

Text Example


Text Example

White with #083611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083611; }

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

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

background-color css

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

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

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

border-color css

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

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

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