#083210

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

Shades of Deep Fir #083210

Tints of Deep Fir #083210

Color information

#083210 (or 0x083210) is unknown color: approx Deep Fir. HEX triplet: 08, 32 and 10. RGB value is (8,50,16). Sum of RGB (Red+Green+Blue) = 8+50+16=74 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.81% from 74); Green value is 50 (19.92% from 255 or 67.57% from 74); Blue value is 16 (6.64% from 255 or 21.62% from 74); Max value from RGB is 50 - color contains mainly: green. Hex color #083210 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083210 is #F7CDEF. Grayscale: #212121. Windows color (decimal): -16240112 or 1061384. OLE color: 1061384.

HSL color Cylindrical-coordinate representation of color #083210: hue angle of 131.43º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #083210 is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.80.

Color convert

RGB85016-
CMYK0.8400.680.80
HSL131.43º72.41%11.37%-
HSV(B)131.43º84%19.61%-
XYZ1.332.370.88-
YUV33.57118.09109.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.81%
GREEN value IS 50 (19.92% from 255) = 67.57%
BLUE value IS 16 (6.64% from 255) = 21.62%
R=10.81%
G=67.57%
B=21.62%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal850160.8400.680.80131.4372.4111.37
Hex8321054044508348b
Octal106220124010412020311013
Binary10001100101000010101000100010010100001000001110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083210; }

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

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

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

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

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

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

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

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