Html Css Color HEX #07360D Deep Fir

📋 copy color: '#07360D'

red 7 ◦ green 54 ◦ blue 13

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

Shades of Deep Fir #07360D

Tints of Deep Fir #07360D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 72.97%

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

R = 9.46%
G = 72.97%
B = 17.57%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.76

 K value IS 0.79

RGB Variations

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

Color information

#07360D (or 0x07360D) is known color: Deep Fir. HEX triplet: 07, 36 and 0D. RGB value is (7,54,13). Sum of RGB (Red+Green+Blue) = 7+54+13=74 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.46% from 74); Green value is 54 (21.48% from 255 or 72.97% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 54 - color contains mainly: green. Hex color #07360D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07360D is #F8C9F2. Grayscale: #232323. Windows color (decimal): -16304627 or 865799. OLE color: 865799.

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

Color convert

RGB 7 54 13 -
CMYK 0.87 0 0.76 0.79
HSL 127.66º 0.77% 0.12% -
HSV(B) 127.66º 0.87% 0.21% -
XYZ 1.48 2.71 0.83 -
YUV 35.27 115.43 107.83 -
System Red Green Blue C M Y K H S L
Decimal 7 54 13 0.87 0 0.76 0.79 127.66 0.77 0.12
Hex 7 36 D 57 0 4C 4F 80 4D C
Octal 7 66 15 127 0 114 117 200 115 14
Binary 111 110110 1101 1010111 0 1001100 1001111 10000000 1001101 1100

Color Harmonies of #07360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07360D

Black with #07360D

Text Example


Text Example

White with #07360D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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