Html Css Color HEX #07380D Deep Fir

📋 copy color: '#07380D'

red 7 ◦ green 56 ◦ blue 13

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

Shades of Deep Fir #07380D

Tints of Deep Fir #07380D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 73.68%

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

R = 9.21%
G = 73.68%
B = 17.11%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.77

 K value IS 0.78

RGB Variations

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

Color information

#07380D (or 0x07380D) is known color: Deep Fir. HEX triplet: 07, 38 and 0D. RGB value is (7,56,13). Sum of RGB (Red+Green+Blue) = 7+56+13=76 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.21% from 76); Green value is 56 (22.27% from 255 or 73.68% from 76); Blue value is 13 (5.47% from 255 or 17.11% from 76); Max value from RGB is 56 - color contains mainly: green. Hex color #07380D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07380D is #F8C7F2. Grayscale: #242424. Windows color (decimal): -16304115 or 866311. OLE color: 866311.

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

Color convert

RGB 7 56 13 -
CMYK 0.88 0 0.77 0.78
HSL 127.35º 0.78% 0.12% -
HSV(B) 127.35º 0.88% 0.22% -
XYZ 1.57 2.9 0.86 -
YUV 36.45 114.77 107 -
System Red Green Blue C M Y K H S L
Decimal 7 56 13 0.88 0 0.77 0.78 127.35 0.78 0.12
Hex 7 38 D 58 0 4D 4E 7F 4E C
Octal 7 70 15 130 0 115 116 177 116 14
Binary 111 111000 1101 1011000 0 1001101 1001110 1111111 1001110 1100

Color Harmonies of #07380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07380D

Black with #07380D

Text Example


Text Example

White with #07380D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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