Html Css Color HEX #083C10 Deep Fir

📋 copy color: '#083C10'

red 8 ◦ green 60 ◦ blue 16

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

Shades of Deep Fir #083C10

Tints of Deep Fir #083C10

RGB

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

 GREEN value IS 60 (23.83% from 255) = 71.43%

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

R = 9.52%
G = 71.43%
B = 19.05%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.73

 K value IS 0.76

RGB Variations

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

Color information

#083C10 (or 0x083C10) is known color: Deep Fir. HEX triplet: 08, 3C and 10. RGB value is (8,60,16). Sum of RGB (Red+Green+Blue) = 8+60+16=84 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.52% from 84); Green value is 60 (23.83% from 255 or 71.43% from 84); Blue value is 16 (6.64% from 255 or 19.05% from 84); Max value from RGB is 60 - color contains mainly: green. Hex color #083C10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083C10 is #F7C3EF. Grayscale: #272727. Windows color (decimal): -16237552 or 1063944. OLE color: 1063944.

HSL color Cylindrical-coordinate representation of color #083C10: hue angle of 129.23º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #083C10 is Cyan = 0.87, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.76.

Color convert

RGB 8 60 16 -
CMYK 0.87 0 0.73 0.76
HSL 129.23º 0.76% 0.13% -
HSV(B) 129.23º 0.87% 0.24% -
XYZ 1.81 3.32 1.04 -
YUV 39.44 114.77 105.58 -
System Red Green Blue C M Y K H S L
Decimal 8 60 16 0.87 0 0.73 0.76 129.23 0.76 0.13
Hex 8 3C 10 57 0 49 4C 81 4C D
Octal 10 74 20 127 0 111 114 201 114 15
Binary 1000 111100 10000 1010111 0 1001001 1001100 10000001 1001100 1101

Color Harmonies of #083C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083C10

Black with #083C10

Text Example


Text Example

White with #083C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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