Html Css Color HEX #07350F Deep Fir

📋 copy color: '#07350F'

red 7 ◦ green 53 ◦ blue 15

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

Shades of Deep Fir #07350F

Tints of Deep Fir #07350F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 20%

R = 9.33%
G = 70.67%
B = 20%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.72

 K value IS 0.79

RGB Variations

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

Color information

#07350F (or 0x07350F) is known color: Deep Fir. HEX triplet: 07, 35 and 0F. RGB value is (7,53,15). Sum of RGB (Red+Green+Blue) = 7+53+15=75 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.33% from 75); Green value is 53 (21.09% from 255 or 70.67% from 75); Blue value is 15 (6.25% from 255 or 20% from 75); Max value from RGB is 53 - color contains mainly: green. Hex color #07350F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07350F is #F8CAF0. Grayscale: #232323. Windows color (decimal): -16304881 or 996615. OLE color: 996615.

HSL color Cylindrical-coordinate representation of color #07350F: hue angle of 130.43º 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 #07350F is Cyan = 0.87, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB 7 53 15 -
CMYK 0.87 0 0.72 0.79
HSL 130.43º 0.77% 0.12% -
HSV(B) 130.43º 0.87% 0.21% -
XYZ 1.45 2.63 0.88 -
YUV 34.91 116.76 108.09 -
System Red Green Blue C M Y K H S L
Decimal 7 53 15 0.87 0 0.72 0.79 130.43 0.77 0.12
Hex 7 35 F 57 0 48 4F 82 4D C
Octal 7 65 17 127 0 110 117 202 115 14
Binary 111 110101 1111 1010111 0 1001000 1001111 10000010 1001101 1100

Color Harmonies of #07350F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07350F

Black with #07350F

Text Example


Text Example

White with #07350F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07350F; }

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

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

background-color css

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

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

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

border-color css

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

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

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