#083315

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

Shades of Deep Fir #083315

Tints of Deep Fir #083315

Color information

#083315 (or 0x083315) is unknown color: approx Deep Fir. HEX triplet: 08, 33 and 15. RGB value is (8,51,21). Sum of RGB (Red+Green+Blue) = 8+51+21=80 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10% from 80); Green value is 51 (20.31% from 255 or 63.75% from 80); Blue value is 21 (8.59% from 255 or 26.25% from 80); Max value from RGB is 51 - color contains mainly: green. Hex color #083315 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083315 is #F7CCEA. Grayscale: #222222. Windows color (decimal): -16239851 or 1389320. OLE color: 1389320.

HSL color Cylindrical-coordinate representation of color #083315: hue angle of 138.14º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #083315 is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.8.

Color convert

RGB85121-
CMYK0.8400.590.8
HSL138.14º72.88%11.57%-
HSV(B)138.14º84.31%20%-
XYZ1.422.471.11-
YUV34.72120.25108.94-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10%
GREEN value IS 51 (20.31% from 255) = 63.75%
BLUE value IS 21 (8.59% from 255) = 26.25%
R=10%
G=63.75%
B=26.25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal851210.8400.590.8138.1472.8811.57
Hex833155403B508a49c
Octal10632512407312021211114
Binary1000110011101011010100011101110100001000101010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083315; }

 p { color: rgb(8,51,21); }

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

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

 a { background-color: rgb(8,51,21); }

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

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

 span { border-color: rgb(8,51,21); }

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