Html Css Color HEX #083410 Deep Fir

📋 copy color: '#083410'

red 8 ◦ green 52 ◦ blue 16

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

Shades of Deep Fir #083410

Tints of Deep Fir #083410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 21.05%

R = 10.53%
G = 68.42%
B = 21.05%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.69

 K value IS 0.80

RGB Variations

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

Color information

#083410 (or 0x083410) is known color: Deep Fir. HEX triplet: 08, 34 and 10. RGB value is (8,52,16). Sum of RGB (Red+Green+Blue) = 8+52+16=76 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.53% from 76); Green value is 52 (20.70% from 255 or 68.42% from 76); Blue value is 16 (6.64% from 255 or 21.05% from 76); Max value from RGB is 52 - color contains mainly: green. Hex color #083410 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083410 is #F7CBEF. Grayscale: #222222. Windows color (decimal): -16239600 or 1061896. OLE color: 1061896.

HSL color Cylindrical-coordinate representation of color #083410: hue angle of 130.91º 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 #083410 is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.80.

Color convert

RGB 8 52 16 -
CMYK 0.85 0 0.69 0.80
HSL 130.91º 0.73% 0.12% -
HSV(B) 130.91º 0.85% 0.2% -
XYZ 1.42 2.55 0.91 -
YUV 34.74 117.42 108.93 -
System Red Green Blue C M Y K H S L
Decimal 8 52 16 0.85 0 0.69 0.80 130.91 0.73 0.12
Hex 8 34 10 55 0 45 50 83 49 C
Octal 10 64 20 125 0 105 120 203 111 14
Binary 1000 110100 10000 1010101 0 1000101 1010000 10000011 1001001 1100

Color Harmonies of #083410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083410

Black with #083410

Text Example


Text Example

White with #083410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083410; }

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

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

background-color css

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

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

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

border-color css

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

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

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