Html Css Color HEX #073510 Deep Fir

📋 copy color: '#073510'

red 7 ◦ green 53 ◦ blue 16

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

Shades of Deep Fir #073510

Tints of Deep Fir #073510

RGB

 RED value IS 7 (3.13% from 255) = 9.21%

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

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

R = 9.21%
G = 69.74%
B = 21.05%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.70

 K value IS 0.79

RGB Variations

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

Color information

#073510 (or 0x073510) is known color: Deep Fir. HEX triplet: 07, 35 and 10. RGB value is (7,53,16). Sum of RGB (Red+Green+Blue) = 7+53+16=76 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.21% from 76); Green value is 53 (21.09% from 255 or 69.74% from 76); Blue value is 16 (6.64% from 255 or 21.05% from 76); Max value from RGB is 53 - color contains mainly: green. Hex color #073510 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073510 is #F8CAEF. Grayscale: #232323. Windows color (decimal): -16304880 or 1062151. OLE color: 1062151.

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

Color convert

RGB 7 53 16 -
CMYK 0.87 0 0.70 0.79
HSL 131.74º 0.77% 0.12% -
HSV(B) 131.74º 0.87% 0.21% -
XYZ 1.45 2.63 0.92 -
YUV 35.03 117.26 108.01 -
System Red Green Blue C M Y K H S L
Decimal 7 53 16 0.87 0 0.70 0.79 131.74 0.77 0.12
Hex 7 35 10 57 0 46 4F 84 4D C
Octal 7 65 20 127 0 106 117 204 115 14
Binary 111 110101 10000 1010111 0 1000110 1001111 10000100 1001101 1100

Color Harmonies of #073510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073510

Black with #073510

Text Example


Text Example

White with #073510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073510; }

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

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

background-color css

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

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

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

border-color css

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

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

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