#083512

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

Shades of Deep Fir #083512

Tints of Deep Fir #083512

Color information

#083512 (or 0x083512) is unknown color: approx Deep Fir. HEX triplet: 08, 35 and 12. RGB value is (8,53,18). Sum of RGB (Red+Green+Blue) = 8+53+18=79 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.13% from 79); Green value is 53 (21.09% from 255 or 67.09% from 79); Blue value is 18 (7.42% from 255 or 22.78% from 79); Max value from RGB is 53 - color contains mainly: green. Hex color #083512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083512 is #F7CAED. Grayscale: #232323. Windows color (decimal): -16239342 or 1193224. OLE color: 1193224.

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

Color convert

RGB85318-
CMYK0.8500.660.79
HSL133.33º73.77%11.96%-
HSV(B)133.33º84.91%20.78%-
XYZ1.482.641-
YUV35.56118.09108.35-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.13%
GREEN value IS 53 (21.09% from 255) = 67.09%
BLUE value IS 18 (7.42% from 255) = 22.78%
R=10.13%
G=67.09%
B=22.78%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal853180.8500.660.79133.3373.7711.96
Hex83512550424F854ac
Octal106522125010211720511214
Binary10001101011001010101010100001010011111000010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083512; }

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

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

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

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

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

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

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

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