Html Css Color HEX #083510 Deep Fir

📋 copy color: '#083510'

red 8 ◦ green 53 ◦ blue 16

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

Shades of Deep Fir #083510

Tints of Deep Fir #083510

RGB

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

 GREEN value IS 53 (21.09% from 255) = 68.83%

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

R = 10.39%
G = 68.83%
B = 20.78%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.70

 K value IS 0.79

RGB Variations

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

Color information

#083510 (or 0x083510) is known color: Deep Fir. HEX triplet: 08, 35 and 10. RGB value is (8,53,16). Sum of RGB (Red+Green+Blue) = 8+53+16=77 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.39% from 77); Green value is 53 (21.09% from 255 or 68.83% from 77); Blue value is 16 (6.64% from 255 or 20.78% from 77); Max value from RGB is 53 - color contains mainly: green. Hex color #083510 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083510 is #F7CAEF. Grayscale: #232323. Windows color (decimal): -16239344 or 1062152. OLE color: 1062152.

HSL color Cylindrical-coordinate representation of color #083510: hue angle of 130.67º 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 #083510 is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.79.

Color convert

RGB 8 53 16 -
CMYK 0.85 0 0.70 0.79
HSL 130.67º 0.74% 0.12% -
HSV(B) 130.67º 0.85% 0.21% -
XYZ 1.47 2.64 0.92 -
YUV 35.33 117.09 108.51 -
System Red Green Blue C M Y K H S L
Decimal 8 53 16 0.85 0 0.70 0.79 130.67 0.74 0.12
Hex 8 35 10 55 0 46 4F 83 4A C
Octal 10 65 20 125 0 106 117 203 112 14
Binary 1000 110101 10000 1010101 0 1000110 1001111 10000011 1001010 1100

Color Harmonies of #083510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083510

Black with #083510

Text Example


Text Example

White with #083510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083510; }

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

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

background-color css

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

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

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

border-color css

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

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

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