Html Css Color HEX #083311 Deep Fir

📋 copy color: '#083311'

red 8 ◦ green 51 ◦ blue 17

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

Shades of Deep Fir #083311

Tints of Deep Fir #083311

RGB

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

 GREEN value IS 51 (20.31% from 255) = 67.11%

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

R = 10.53%
G = 67.11%
B = 22.37%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.67

 K value IS 0.8

RGB Variations

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

Color information

#083311 (or 0x083311) is known color: Deep Fir. HEX triplet: 08, 33 and 11. RGB value is (8,51,17). Sum of RGB (Red+Green+Blue) = 8+51+17=76 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.53% from 76); Green value is 51 (20.31% from 255 or 67.11% from 76); Blue value is 17 (7.03% from 255 or 22.37% from 76); Max value from RGB is 51 - color contains mainly: green. Hex color #083311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083311 is #F7CCEE. Grayscale: #222222. Windows color (decimal): -16239855 or 1127176. OLE color: 1127176.

HSL color Cylindrical-coordinate representation of color #083311: hue angle of 132.56º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #083311 is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.8.

Color convert

RGB 8 51 17 -
CMYK 0.84 0 0.67 0.8
HSL 132.56º 0.73% 0.12% -
HSV(B) 132.56º 0.84% 0.2% -
XYZ 1.39 2.46 0.93 -
YUV 34.27 118.25 109.26 -
System Red Green Blue C M Y K H S L
Decimal 8 51 17 0.84 0 0.67 0.8 132.56 0.73 0.12
Hex 8 33 11 54 0 43 50 85 49 C
Octal 10 63 21 124 0 103 120 205 111 14
Binary 1000 110011 10001 1010100 0 1000011 1010000 10000101 1001001 1100

Color Harmonies of #083311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083311

Black with #083311

Text Example


Text Example

White with #083311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083311; }

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

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

background-color css

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

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

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

border-color css

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

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

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