Html Css Color HEX #083015 Deep Fir

📋 copy color: '#083015'

red 8 ◦ green 48 ◦ blue 21

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

Shades of Deep Fir #083015

Tints of Deep Fir #083015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 27.27%

R = 10.39%
G = 62.34%
B = 27.27%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.56

 K value IS 0.81

RGB Variations

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

Color information

#083015 (or 0x083015) is known color: Deep Fir. HEX triplet: 08, 30 and 15. RGB value is (8,48,21). Sum of RGB (Red+Green+Blue) = 8+48+21=77 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.39% from 77); Green value is 48 (19.14% from 255 or 62.34% from 77); Blue value is 21 (8.59% from 255 or 27.27% from 77); Max value from RGB is 48 - color contains mainly: green. Hex color #083015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083015 is #F7CFEA. Grayscale: #212121. Windows color (decimal): -16240619 or 1388552. OLE color: 1388552.

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

Color convert

RGB 8 48 21 -
CMYK 0.83 0 0.56 0.81
HSL 139.5º 0.71% 0.11% -
HSV(B) 139.5º 0.83% 0.19% -
XYZ 1.29 2.22 1.07 -
YUV 32.96 121.25 110.2 -
System Red Green Blue C M Y K H S L
Decimal 8 48 21 0.83 0 0.56 0.81 139.5 0.71 0.11
Hex 8 30 15 53 0 38 51 8C 47 B
Octal 10 60 25 123 0 70 121 214 107 13
Binary 1000 110000 10101 1010011 0 111000 1010001 10001100 1000111 1011

Color Harmonies of #083015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083015

Black with #083015

Text Example


Text Example

White with #083015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083015; }

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

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

background-color css

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

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

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

border-color css

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

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

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