Html Css Color HEX #083710 Deep Fir

📋 copy color: '#083710'

red 8 ◦ green 55 ◦ blue 16

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

Shades of Deep Fir #083710

Tints of Deep Fir #083710

RGB

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

 GREEN value IS 55 (21.88% from 255) = 69.62%

 BLUE value IS 16 (6.64% from 255) = 20.25%

R = 10.13%
G = 69.62%
B = 20.25%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#083710 (or 0x083710) is known color: Deep Fir. HEX triplet: 08, 37 and 10. RGB value is (8,55,16). Sum of RGB (Red+Green+Blue) = 8+55+16=79 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.13% from 79); Green value is 55 (21.88% from 255 or 69.62% from 79); Blue value is 16 (6.64% from 255 or 20.25% from 79); Max value from RGB is 55 - color contains mainly: green. Hex color #083710 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083710 is #F7C8EF. Grayscale: #242424. Windows color (decimal): -16238832 or 1062664. OLE color: 1062664.

HSL color Cylindrical-coordinate representation of color #083710: hue angle of 130.21º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #083710 is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB 8 55 16 -
CMYK 0.85 0 0.71 0.78
HSL 130.21º 0.75% 0.12% -
HSV(B) 130.21º 0.85% 0.22% -
XYZ 1.56 2.82 0.95 -
YUV 36.5 116.43 107.67 -
System Red Green Blue C M Y K H S L
Decimal 8 55 16 0.85 0 0.71 0.78 130.21 0.75 0.12
Hex 8 37 10 55 0 47 4E 82 4B C
Octal 10 67 20 125 0 107 116 202 113 14
Binary 1000 110111 10000 1010101 0 1000111 1001110 10000010 1001011 1100

Color Harmonies of #083710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083710

Black with #083710

Text Example


Text Example

White with #083710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083710; }

 p { color: rgb(8,55,16); }

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

background-color css

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

 a { background-color: rgb(8,55,16); }

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

border-color css

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

 span { border-color: rgb(8,55,16); }

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