#082310

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

Shades of Deep Fir #082310

Tints of Deep Fir #082310

Color information

#082310 (or 0x082310) is unknown color: approx Deep Fir. HEX triplet: 08, 23 and 10. RGB value is (8,35,16). Sum of RGB (Red+Green+Blue) = 8+35+16=59 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.56% from 59); Green value is 35 (14.06% from 255 or 59.32% from 59); Blue value is 16 (6.64% from 255 or 27.12% from 59); Max value from RGB is 35 - color contains mainly: green. Hex color #082310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082310 is #F7DCEF. Grayscale: #181818. Windows color (decimal): -16243952 or 1057544. OLE color: 1057544.

HSL color Cylindrical-coordinate representation of color #082310: hue angle of 137.78º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #082310 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.86.

Color convert

RGB83516-
CMYK0.7700.540.86
HSL137.78º62.79%8.43%-
HSV(B)137.78º77.14%13.73%-
XYZ0.791.290.7-
YUV24.76123.05116.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 13.56%
GREEN value IS 35 (14.06% from 255) = 59.32%
BLUE value IS 16 (6.64% from 255) = 27.12%
R=13.56%
G=59.32%
B=27.12%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal835160.7700.540.86137.7862.798.43
Hex823104D036568a3f8
Octal1043201150661262127710
Binary100010001110000100110101101101010110100010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082310; }

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

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

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

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

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

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

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

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