#083010

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

Shades of Deep Fir #083010

Tints of Deep Fir #083010

Color information

#083010 (or 0x083010) is unknown color: approx Deep Fir. HEX triplet: 08, 30 and 10. RGB value is (8,48,16). Sum of RGB (Red+Green+Blue) = 8+48+16=72 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.11% from 72); Green value is 48 (19.14% from 255 or 66.67% from 72); Blue value is 16 (6.64% from 255 or 22.22% from 72); Max value from RGB is 48 - color contains mainly: green. Hex color #083010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083010 is #F7CFEF. Grayscale: #202020. Windows color (decimal): -16240624 or 1060872. OLE color: 1060872.

HSL color Cylindrical-coordinate representation of color #083010: hue angle of 132º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #083010 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB84816-
CMYK0.8300.670.81
HSL132º71.43%10.98%-
HSV(B)132º83.33%18.82%-
XYZ1.252.20.85-
YUV32.39118.75110.6-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.11%
GREEN value IS 48 (19.14% from 255) = 66.67%
BLUE value IS 16 (6.64% from 255) = 22.22%
R=11.11%
G=66.67%
B=22.22%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal848160.8300.670.8113271.4310.98
Hex8301053043518447b
Octal106020123010312120410713
Binary10001100001000010100110100001110100011000010010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083010; }

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

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

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

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

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

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

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

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