Html Css Color HEX #083415 Deep Fir

📋 copy color: '#083415'

red 8 ◦ green 52 ◦ blue 21

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

Shades of Deep Fir #083415

Tints of Deep Fir #083415

RGB

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

 GREEN value IS 52 (20.7% from 255) = 64.2%

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

R = 9.88%
G = 64.2%
B = 25.93%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.60

 K value IS 0.80

RGB Variations

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

Color information

#083415 (or 0x083415) is known color: Deep Fir. HEX triplet: 08, 34 and 15. RGB value is (8,52,21). Sum of RGB (Red+Green+Blue) = 8+52+21=81 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.88% from 81); Green value is 52 (20.70% from 255 or 64.20% from 81); Blue value is 21 (8.59% from 255 or 25.93% from 81); Max value from RGB is 52 - color contains mainly: green. Hex color #083415 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083415 is #F7CBEA. Grayscale: #232323. Windows color (decimal): -16239595 or 1389576. OLE color: 1389576.

HSL color Cylindrical-coordinate representation of color #083415: hue angle of 137.73º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #083415 is Cyan = 0.85, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB 8 52 21 -
CMYK 0.85 0 0.60 0.80
HSL 137.73º 0.73% 0.12% -
HSV(B) 137.73º 0.85% 0.2% -
XYZ 1.46 2.56 1.13 -
YUV 35.31 119.92 108.52 -
System Red Green Blue C M Y K H S L
Decimal 8 52 21 0.85 0 0.60 0.80 137.73 0.73 0.12
Hex 8 34 15 55 0 3C 50 8A 49 C
Octal 10 64 25 125 0 74 120 212 111 14
Binary 1000 110100 10101 1010101 0 111100 1010000 10001010 1001001 1100

Color Harmonies of #083415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083415

Black with #083415

Text Example


Text Example

White with #083415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083415; }

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

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

background-color css

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

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

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

border-color css

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

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

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