Html Css Color HEX #083314 Deep Fir

📋 copy color: '#083314'

red 8 ◦ green 51 ◦ blue 20

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

Shades of Deep Fir #083314

Tints of Deep Fir #083314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 25.32%

R = 10.13%
G = 64.56%
B = 25.32%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.61

 K value IS 0.8

RGB Variations

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

Color information

#083314 (or 0x083314) is known color: Deep Fir. HEX triplet: 08, 33 and 14. RGB value is (8,51,20). Sum of RGB (Red+Green+Blue) = 8+51+20=79 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.13% from 79); Green value is 51 (20.31% from 255 or 64.56% from 79); Blue value is 20 (8.20% from 255 or 25.32% from 79); Max value from RGB is 51 - color contains mainly: green. Hex color #083314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083314 is #F7CCEB. Grayscale: #222222. Windows color (decimal): -16239852 or 1323784. OLE color: 1323784.

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

Color convert

RGB 8 51 20 -
CMYK 0.84 0 0.61 0.8
HSL 136.74º 0.73% 0.12% -
HSV(B) 136.74º 0.84% 0.2% -
XYZ 1.41 2.47 1.06 -
YUV 34.61 119.75 109.02 -
System Red Green Blue C M Y K H S L
Decimal 8 51 20 0.84 0 0.61 0.8 136.74 0.73 0.12
Hex 8 33 14 54 0 3D 50 89 49 C
Octal 10 63 24 124 0 75 120 211 111 14
Binary 1000 110011 10100 1010100 0 111101 1010000 10001001 1001001 1100

Color Harmonies of #083314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083314

Black with #083314

Text Example


Text Example

White with #083314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083314; }

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

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

background-color css

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

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

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

border-color css

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

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

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