Html Css Color HEX #083613 Deep Fir

📋 copy color: '#083613'

red 8 ◦ green 54 ◦ blue 19

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

Shades of Deep Fir #083613

Tints of Deep Fir #083613

RGB

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

 GREEN value IS 54 (21.48% from 255) = 66.67%

 BLUE value IS 19 (7.81% from 255) = 23.46%

R = 9.88%
G = 66.67%
B = 23.46%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.65

 K value IS 0.79

RGB Variations

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

Color information

#083613 (or 0x083613) is known color: Deep Fir. HEX triplet: 08, 36 and 13. RGB value is (8,54,19). Sum of RGB (Red+Green+Blue) = 8+54+19=81 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.88% from 81); Green value is 54 (21.48% from 255 or 66.67% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 54 - color contains mainly: green. Hex color #083613 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083613 is #F7C9EC. Grayscale: #242424. Windows color (decimal): -16239085 or 1259016. OLE color: 1259016.

HSL color Cylindrical-coordinate representation of color #083613: hue angle of 134.35º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #083613 is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.79.

Color convert

RGB 8 54 19 -
CMYK 0.85 0 0.65 0.79
HSL 134.35º 0.74% 0.12% -
HSV(B) 134.35º 0.85% 0.21% -
XYZ 1.54 2.74 1.06 -
YUV 36.26 118.26 107.85 -
System Red Green Blue C M Y K H S L
Decimal 8 54 19 0.85 0 0.65 0.79 134.35 0.74 0.12
Hex 8 36 13 55 0 41 4F 86 4A C
Octal 10 66 23 125 0 101 117 206 112 14
Binary 1000 110110 10011 1010101 0 1000001 1001111 10000110 1001010 1100

Color Harmonies of #083613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083613

Black with #083613

Text Example


Text Example

White with #083613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083613; }

 p { color: rgb(8,54,19); }

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

background-color css

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

 a { background-color: rgb(8,54,19); }

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

border-color css

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

 span { border-color: rgb(8,54,19); }

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