Html Css Color HEX #083315 Deep Fir

📋 copy color: '#083315'

red 8 ◦ green 51 ◦ blue 21

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

Shades of Deep Fir #083315

Tints of Deep Fir #083315

RGB

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

 GREEN value IS 51 (20.31% from 255) = 63.75%

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

R = 10%
G = 63.75%
B = 26.25%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.59

 K value IS 0.8

RGB Variations

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

Color information

#083315 (or 0x083315) is known color: Deep Fir. HEX triplet: 08, 33 and 15. RGB value is (8,51,21). Sum of RGB (Red+Green+Blue) = 8+51+21=80 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10% from 80); Green value is 51 (20.31% from 255 or 63.75% from 80); Blue value is 21 (8.59% from 255 or 26.25% from 80); Max value from RGB is 51 - color contains mainly: green. Hex color #083315 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083315 is #F7CCEA. Grayscale: #222222. Windows color (decimal): -16239851 or 1389320. OLE color: 1389320.

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

Color convert

RGB 8 51 21 -
CMYK 0.84 0 0.59 0.8
HSL 138.14º 0.73% 0.12% -
HSV(B) 138.14º 0.84% 0.2% -
XYZ 1.42 2.47 1.11 -
YUV 34.72 120.25 108.94 -
System Red Green Blue C M Y K H S L
Decimal 8 51 21 0.84 0 0.59 0.8 138.14 0.73 0.12
Hex 8 33 15 54 0 3B 50 8A 49 C
Octal 10 63 25 124 0 73 120 212 111 14
Binary 1000 110011 10101 1010100 0 111011 1010000 10001010 1001001 1100

Color Harmonies of #083315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083315

Black with #083315

Text Example


Text Example

White with #083315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083315; }

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

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

background-color css

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

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

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

border-color css

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

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

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