Html Css Color HEX #083412 Deep Fir

📋 copy color: '#083412'

red 8 ◦ green 52 ◦ blue 18

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

Shades of Deep Fir #083412

Tints of Deep Fir #083412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 66.67%

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

R = 10.26%
G = 66.67%
B = 23.08%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#083412 (or 0x083412) is known color: Deep Fir. HEX triplet: 08, 34 and 12. RGB value is (8,52,18). Sum of RGB (Red+Green+Blue) = 8+52+18=78 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.26% from 78); Green value is 52 (20.70% from 255 or 66.67% from 78); Blue value is 18 (7.42% from 255 or 23.08% from 78); Max value from RGB is 52 - color contains mainly: green. Hex color #083412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083412 is #F7CBED. Grayscale: #232323. Windows color (decimal): -16239598 or 1192968. OLE color: 1192968.

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

Color convert

RGB 8 52 18 -
CMYK 0.85 0 0.65 0.80
HSL 133.64º 0.73% 0.12% -
HSV(B) 133.64º 0.85% 0.2% -
XYZ 1.44 2.55 0.99 -
YUV 34.97 118.42 108.76 -
System Red Green Blue C M Y K H S L
Decimal 8 52 18 0.85 0 0.65 0.80 133.64 0.73 0.12
Hex 8 34 12 55 0 41 50 86 49 C
Octal 10 64 22 125 0 101 120 206 111 14
Binary 1000 110100 10010 1010101 0 1000001 1010000 10000110 1001001 1100

Color Harmonies of #083412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083412

Black with #083412

Text Example


Text Example

White with #083412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083412; }

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

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

background-color css

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

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

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

border-color css

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

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

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