Html Css Color HEX #083010 Deep Fir

📋 copy color: '#083010'

red 8 ◦ green 48 ◦ blue 16

#083010
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #083010

Tints of Deep Fir #083010

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 value IS 0.83

 M value IS 0

 Y value IS 0.67

 K value IS 0.81

RGB Variations

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

Color information

#083010 (or 0x083010) is known color: 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

RGB 8 48 16 -
CMYK 0.83 0 0.67 0.81
HSL 132º 0.71% 0.11% -
HSV(B) 132º 0.83% 0.19% -
XYZ 1.25 2.2 0.85 -
YUV 32.39 118.75 110.6 -
System Red Green Blue C M Y K H S L
Decimal 8 48 16 0.83 0 0.67 0.81 132 0.71 0.11
Hex 8 30 10 53 0 43 51 84 47 B
Octal 10 60 20 123 0 103 121 204 107 13
Binary 1000 110000 10000 1010011 0 1000011 1010001 10000100 1000111 1011

Color Harmonies of #083010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083010

Black with #083010

Text Example


Text Example

White with #083010

Text Example


Text Example

HTML Codes & Css Web 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>