Html Css Color HEX #083011 Deep Fir

📋 copy color: '#083011'

red 8 ◦ green 48 ◦ blue 17

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

Shades of Deep Fir #083011

Tints of Deep Fir #083011

RGB

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

 GREEN value IS 48 (19.14% from 255) = 65.75%

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

R = 10.96%
G = 65.75%
B = 23.29%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.65

 K value IS 0.81

RGB Variations

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

Color information

#083011 (or 0x083011) is known color: Deep Fir. HEX triplet: 08, 30 and 11. RGB value is (8,48,17). Sum of RGB (Red+Green+Blue) = 8+48+17=73 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.96% from 73); Green value is 48 (19.14% from 255 or 65.75% from 73); Blue value is 17 (7.03% from 255 or 23.29% from 73); Max value from RGB is 48 - color contains mainly: green. Hex color #083011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083011 is #F7CFEE. Grayscale: #202020. Windows color (decimal): -16240623 or 1126408. OLE color: 1126408.

HSL color Cylindrical-coordinate representation of color #083011: hue angle of 133.5º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #083011 is Cyan = 0.83, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB 8 48 17 -
CMYK 0.83 0 0.65 0.81
HSL 133.5º 0.71% 0.11% -
HSV(B) 133.5º 0.83% 0.19% -
XYZ 1.26 2.21 0.89 -
YUV 32.51 119.25 110.52 -
System Red Green Blue C M Y K H S L
Decimal 8 48 17 0.83 0 0.65 0.81 133.5 0.71 0.11
Hex 8 30 11 53 0 41 51 86 47 B
Octal 10 60 21 123 0 101 121 206 107 13
Binary 1000 110000 10001 1010011 0 1000001 1010001 10000110 1000111 1011

Color Harmonies of #083011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083011

Black with #083011

Text Example


Text Example

White with #083011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083011; }

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

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

background-color css

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

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

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

border-color css

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

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

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