Html Css Color HEX #082712 Deep Fir

📋 copy color: '#082712'

red 8 ◦ green 39 ◦ blue 18

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

Shades of Deep Fir #082712

Tints of Deep Fir #082712

RGB

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

 GREEN value IS 39 (15.63% from 255) = 60%

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

R = 12.31%
G = 60%
B = 27.69%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.54

 K value IS 0.85

RGB Variations

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

Color information

#082712 (or 0x082712) is known color: Deep Fir. HEX triplet: 08, 27 and 12. RGB value is (8,39,18). Sum of RGB (Red+Green+Blue) = 8+39+18=65 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.31% from 65); Green value is 39 (15.62% from 255 or 60% from 65); Blue value is 18 (7.42% from 255 or 27.69% from 65); Max value from RGB is 39 - color contains mainly: green. Hex color #082712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082712 is #F7D8ED. Grayscale: #1B1B1B. Windows color (decimal): -16242926 or 1189640. OLE color: 1189640.

HSL color Cylindrical-coordinate representation of color #082712: hue angle of 139.35º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #082712 is Cyan = 0.79, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.

Color convert

RGB 8 39 18 -
CMYK 0.79 0 0.54 0.85
HSL 139.35º 0.66% 0.09% -
HSV(B) 139.35º 0.79% 0.15% -
XYZ 0.93 1.55 0.82 -
YUV 27.34 122.73 114.21 -
System Red Green Blue C M Y K H S L
Decimal 8 39 18 0.79 0 0.54 0.85 139.35 0.66 0.09
Hex 8 27 12 4F 0 36 55 8B 42 9
Octal 10 47 22 117 0 66 125 213 102 11
Binary 1000 100111 10010 1001111 0 110110 1010101 10001011 1000010 1001

Color Harmonies of #082712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082712

Black with #082712

Text Example


Text Example

White with #082712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082712; }

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

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

background-color css

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

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

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

border-color css

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

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

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