Html Css Color HEX #083A12 Deep Fir

📋 copy color: '#083A12'

red 8 ◦ green 58 ◦ blue 18

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

Shades of Deep Fir #083A12

Tints of Deep Fir #083A12

RGB

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

 GREEN value IS 58 (23.05% from 255) = 69.05%

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

R = 9.52%
G = 69.05%
B = 21.43%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.69

 K value IS 0.77

RGB Variations

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

Color information

#083A12 (or 0x083A12) is known color: Deep Fir. HEX triplet: 08, 3A and 12. RGB value is (8,58,18). Sum of RGB (Red+Green+Blue) = 8+58+18=84 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.52% from 84); Green value is 58 (23.05% from 255 or 69.05% from 84); Blue value is 18 (7.42% from 255 or 21.43% from 84); Max value from RGB is 58 - color contains mainly: green. Hex color #083A12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083A12 is #F7C5ED. Grayscale: #262626. Windows color (decimal): -16238062 or 1194504. OLE color: 1194504.

HSL color Cylindrical-coordinate representation of color #083A12: hue angle of 132º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #083A12 is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.77.

Color convert

RGB 8 58 18 -
CMYK 0.86 0 0.69 0.77
HSL 132º 0.76% 0.13% -
HSV(B) 132º 0.86% 0.23% -
XYZ 1.72 3.12 1.08 -
YUV 38.49 116.44 106.25 -
System Red Green Blue C M Y K H S L
Decimal 8 58 18 0.86 0 0.69 0.77 132 0.76 0.13
Hex 8 3A 12 56 0 45 4D 84 4C D
Octal 10 72 22 126 0 105 115 204 114 15
Binary 1000 111010 10010 1010110 0 1000101 1001101 10000100 1001100 1101

Color Harmonies of #083A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083A12

Black with #083A12

Text Example


Text Example

White with #083A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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