#083610

Color #083610 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #083610

Tints of Deep Fir #083610

Color information

#083610 (or 0x083610) is unknown color: approx Deep Fir. HEX triplet: 08, 36 and 10. RGB value is (8,54,16). Sum of RGB (Red+Green+Blue) = 8+54+16=78 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.26% from 78); Green value is 54 (21.48% from 255 or 69.23% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 54 - color contains mainly: green. Hex color #083610 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083610 is #F7C9EF. Grayscale: #242424. Windows color (decimal): -16239088 or 1062408. OLE color: 1062408.

HSL color Cylindrical-coordinate representation of color #083610: hue angle of 130.43º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #083610 is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.79.

Color convert

RGB85416-
CMYK0.8500.700.79
HSL130.43º74.19%12.16%-
HSV(B)130.43º85.19%21.18%-
XYZ1.512.730.94-
YUV35.91116.76108.09-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.26%
GREEN value IS 54 (21.48% from 255) = 69.23%
BLUE value IS 16 (6.64% from 255) = 20.51%
R=10.26%
G=69.23%
B=20.51%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal854160.8500.700.79130.4374.1912.16
Hex83610550464F824ac
Octal106620125010611720211214
Binary10001101101000010101010100011010011111000001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083610; }

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

 H1.HeaderClassName
 {
   color: #083610;
 }
 .AnyTagClassName
 {
   color: #083610;
 }
</style>
background-color css

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

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

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

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

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

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