Html Css Color HEX #083312 Deep Fir

📋 copy color: '#083312'

red 8 ◦ green 51 ◦ blue 18

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

Shades of Deep Fir #083312

Tints of Deep Fir #083312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 23.38%

R = 10.39%
G = 66.23%
B = 23.38%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.65

 K value IS 0.8

RGB Variations

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

Color information

#083312 (or 0x083312) is known color: Deep Fir. HEX triplet: 08, 33 and 12. RGB value is (8,51,18). Sum of RGB (Red+Green+Blue) = 8+51+18=77 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.39% from 77); Green value is 51 (20.31% from 255 or 66.23% from 77); Blue value is 18 (7.42% from 255 or 23.38% from 77); Max value from RGB is 51 - color contains mainly: green. Hex color #083312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083312 is #F7CCED. Grayscale: #222222. Windows color (decimal): -16239854 or 1192712. OLE color: 1192712.

HSL color Cylindrical-coordinate representation of color #083312: hue angle of 133.95º 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 #083312 is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.8.

Color convert

RGB 8 51 18 -
CMYK 0.84 0 0.65 0.8
HSL 133.95º 0.73% 0.12% -
HSV(B) 133.95º 0.84% 0.2% -
XYZ 1.39 2.46 0.97 -
YUV 34.38 118.75 109.18 -
System Red Green Blue C M Y K H S L
Decimal 8 51 18 0.84 0 0.65 0.8 133.95 0.73 0.12
Hex 8 33 12 54 0 41 50 86 49 C
Octal 10 63 22 124 0 101 120 206 111 14
Binary 1000 110011 10010 1010100 0 1000001 1010000 10000110 1001001 1100

Color Harmonies of #083312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083312

Black with #083312

Text Example


Text Example

White with #083312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083312; }

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

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

background-color css

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

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

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

border-color css

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

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

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