Html Css Color HEX #083B1B Deep Fir

📋 copy color: '#083B1B'

red 8 ◦ green 59 ◦ blue 27

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

Shades of Deep Fir #083B1B

Tints of Deep Fir #083B1B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 62.77%

 BLUE value IS 27 (10.94% from 255) = 28.72%

R = 8.51%
G = 62.77%
B = 28.72%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.54

 K value IS 0.77

RGB Variations

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

Color information

#083B1B (or 0x083B1B) is known color: Deep Fir. HEX triplet: 08, 3B and 1B. RGB value is (8,59,27). Sum of RGB (Red+Green+Blue) = 8+59+27=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 59 (23.44% from 255 or 62.77% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 59 - color contains mainly: green. Hex color #083B1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083B1B is #F7C4E4. Grayscale: #282828. Windows color (decimal): -16237797 or 1784584. OLE color: 1784584.

HSL color Cylindrical-coordinate representation of color #083B1B: hue angle of 142.35º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #083B1B is Cyan = 0.86, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.77.

Color convert

RGB 8 59 27 -
CMYK 0.86 0 0.54 0.77
HSL 142.35º 0.76% 0.13% -
HSV(B) 142.35º 0.86% 0.23% -
XYZ 1.86 3.26 1.57 -
YUV 40.1 120.6 105.1 -
System Red Green Blue C M Y K H S L
Decimal 8 59 27 0.86 0 0.54 0.77 142.35 0.76 0.13
Hex 8 3B 1B 56 0 36 4D 8E 4C D
Octal 10 73 33 126 0 66 115 216 114 15
Binary 1000 111011 11011 1010110 0 110110 1001101 10001110 1001100 1101

Color Harmonies of #083B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083B1B

Black with #083B1B

Text Example


Text Example

White with #083B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083B1B; }

 p { color: rgb(8,59,27); }

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

background-color css

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

 a { background-color: rgb(8,59,27); }

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

border-color css

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

 span { border-color: rgb(8,59,27); }

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