Html Css Color HEX #07370D Deep Fir

📋 copy color: '#07370D'

red 7 ◦ green 55 ◦ blue 13

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

Shades of Deep Fir #07370D

Tints of Deep Fir #07370D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 17.33%

R = 9.33%
G = 73.33%
B = 17.33%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.76

 K value IS 0.78

RGB Variations

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

Color information

#07370D (or 0x07370D) is known color: Deep Fir. HEX triplet: 07, 37 and 0D. RGB value is (7,55,13). Sum of RGB (Red+Green+Blue) = 7+55+13=75 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.33% from 75); Green value is 55 (21.88% from 255 or 73.33% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 55 - color contains mainly: green. Hex color #07370D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07370D is #F8C8F2. Grayscale: #232323. Windows color (decimal): -16304371 or 866055. OLE color: 866055.

HSL color Cylindrical-coordinate representation of color #07370D: hue angle of 127.5º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #07370D is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.78.

Color convert

RGB 7 55 13 -
CMYK 0.87 0 0.76 0.78
HSL 127.5º 0.77% 0.12% -
HSV(B) 127.5º 0.87% 0.22% -
XYZ 1.53 2.81 0.84 -
YUV 35.86 115.1 107.42 -
System Red Green Blue C M Y K H S L
Decimal 7 55 13 0.87 0 0.76 0.78 127.5 0.77 0.12
Hex 7 37 D 57 0 4C 4E 80 4D C
Octal 7 67 15 127 0 114 116 200 115 14
Binary 111 110111 1101 1010111 0 1001100 1001110 10000000 1001101 1100

Color Harmonies of #07370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07370D

Black with #07370D

Text Example


Text Example

White with #07370D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07370D; }

 p { color: rgb(7,55,13); }

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

background-color css

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

 a { background-color: rgb(7,55,13); }

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

border-color css

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

 span { border-color: rgb(7,55,13); }

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