Html Css Color HEX #083012 Deep Fir

📋 copy color: '#083012'

red 8 ◦ green 48 ◦ blue 18

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

Shades of Deep Fir #083012

Tints of Deep Fir #083012

RGB

 RED value IS 8 (3.52% from 255) = 10.81%

 GREEN value IS 48 (19.14% from 255) = 64.86%

 BLUE value IS 18 (7.42% from 255) = 24.32%

R = 10.81%
G = 64.86%
B = 24.32%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#083012 (or 0x083012) is known color: Deep Fir. HEX triplet: 08, 30 and 12. RGB value is (8,48,18). Sum of RGB (Red+Green+Blue) = 8+48+18=74 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.81% from 74); Green value is 48 (19.14% from 255 or 64.86% from 74); Blue value is 18 (7.42% from 255 or 24.32% from 74); Max value from RGB is 48 - color contains mainly: green. Hex color #083012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083012 is #F7CFED. Grayscale: #202020. Windows color (decimal): -16240622 or 1191944. OLE color: 1191944.

HSL color Cylindrical-coordinate representation of color #083012: hue angle of 135º 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 #083012 is Cyan = 0.83, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB 8 48 18 -
CMYK 0.83 0 0.63 0.81
HSL 135º 0.71% 0.11% -
HSV(B) 135º 0.83% 0.19% -
XYZ 1.27 2.21 0.93 -
YUV 32.62 119.75 110.44 -
System Red Green Blue C M Y K H S L
Decimal 8 48 18 0.83 0 0.63 0.81 135 0.71 0.11
Hex 8 30 12 53 0 3F 51 87 47 B
Octal 10 60 22 123 0 77 121 207 107 13
Binary 1000 110000 10010 1010011 0 111111 1010001 10000111 1000111 1011

Color Harmonies of #083012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083012

Black with #083012

Text Example


Text Example

White with #083012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083012; }

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

 H1.HeaderClassName
 {
   color: #083012;
 }
 .AnyTagClassName
 {
   color: #083012;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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