#083710

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

Shades of Deep Fir #083710

Tints of Deep Fir #083710

Color information

#083710 (or 0x083710) is unknown color: approx Deep Fir. HEX triplet: 08, 37 and 10. RGB value is (8,55,16). Sum of RGB (Red+Green+Blue) = 8+55+16=79 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.13% from 79); Green value is 55 (21.88% from 255 or 69.62% from 79); Blue value is 16 (6.64% from 255 or 20.25% from 79); Max value from RGB is 55 - color contains mainly: green. Hex color #083710 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083710 is #F7C8EF. Grayscale: #242424. Windows color (decimal): -16238832 or 1062664. OLE color: 1062664.

HSL color Cylindrical-coordinate representation of color #083710: hue angle of 130.21º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #083710 is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB85516-
CMYK0.8500.710.78
HSL130.21º74.6%12.35%-
HSV(B)130.21º85.45%21.57%-
XYZ1.562.820.95-
YUV36.5116.43107.67-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.13%
GREEN value IS 55 (21.88% from 255) = 69.62%
BLUE value IS 16 (6.64% from 255) = 20.25%
R=10.13%
G=69.62%
B=20.25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal855160.8500.710.78130.2174.612.35
Hex83710550474E824bc
Octal106720125010711620211314
Binary10001101111000010101010100011110011101000001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083710; }

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

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

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

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

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

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

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

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