Html Css Color HEX #083313 Deep Fir

📋 copy color: '#083313'

red 8 ◦ green 51 ◦ blue 19

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

Shades of Deep Fir #083313

Tints of Deep Fir #083313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 24.36%

R = 10.26%
G = 65.38%
B = 24.36%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

#083313 (or 0x083313) is known color: Deep Fir. HEX triplet: 08, 33 and 13. RGB value is (8,51,19). Sum of RGB (Red+Green+Blue) = 8+51+19=78 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.26% from 78); Green value is 51 (20.31% from 255 or 65.38% from 78); Blue value is 19 (7.81% from 255 or 24.36% from 78); Max value from RGB is 51 - color contains mainly: green. Hex color #083313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083313 is #F7CCEC. Grayscale: #222222. Windows color (decimal): -16239853 or 1258248. OLE color: 1258248.

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

Color convert

RGB 8 51 19 -
CMYK 0.84 0 0.63 0.8
HSL 135.35º 0.73% 0.12% -
HSV(B) 135.35º 0.84% 0.2% -
XYZ 1.4 2.47 1.02 -
YUV 34.5 119.25 109.1 -
System Red Green Blue C M Y K H S L
Decimal 8 51 19 0.84 0 0.63 0.8 135.35 0.73 0.12
Hex 8 33 13 54 0 3F 50 87 49 C
Octal 10 63 23 124 0 77 120 207 111 14
Binary 1000 110011 10011 1010100 0 111111 1010000 10000111 1001001 1100

Color Harmonies of #083313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083313

Black with #083313

Text Example


Text Example

White with #083313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083313; }

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

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

background-color css

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

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

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

border-color css

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

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

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