Html Css Color HEX #07260E Deep Fir

📋 copy color: '#07260E'

red 7 ◦ green 38 ◦ blue 14

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

Shades of Deep Fir #07260E

Tints of Deep Fir #07260E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 64.41%

 BLUE value IS 14 (5.86% from 255) = 23.73%

R = 11.86%
G = 64.41%
B = 23.73%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.63

 K value IS 0.85

RGB Variations

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

Color information

#07260E (or 0x07260E) is known color: Deep Fir. HEX triplet: 07, 26 and 0E. RGB value is (7,38,14). Sum of RGB (Red+Green+Blue) = 7+38+14=59 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.86% from 59); Green value is 38 (15.23% from 255 or 64.41% from 59); Blue value is 14 (5.86% from 255 or 23.73% from 59); Max value from RGB is 38 - color contains mainly: green. Hex color #07260E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07260E is #F8D9F1. Grayscale: #1A1A1A. Windows color (decimal): -16308722 or 927239. OLE color: 927239.

HSL color Cylindrical-coordinate representation of color #07260E: hue angle of 133.55º degrees, saturation: 0.69, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #07260E is Cyan = 0.82, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.85.

Color convert

RGB 7 38 14 -
CMYK 0.82 0 0.63 0.85
HSL 133.55º 0.69% 0.09% -
HSV(B) 133.55º 0.82% 0.15% -
XYZ 0.86 1.46 0.65 -
YUV 26 121.23 114.45 -
System Red Green Blue C M Y K H S L
Decimal 7 38 14 0.82 0 0.63 0.85 133.55 0.69 0.09
Hex 7 26 E 52 0 3F 55 86 45 9
Octal 7 46 16 122 0 77 125 206 105 11
Binary 111 100110 1110 1010010 0 111111 1010101 10000110 1000101 1001

Color Harmonies of #07260E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07260E

Black with #07260E

Text Example


Text Example

White with #07260E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07260E; }

 p { color: rgb(7,38,14); }

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

background-color css

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

 a { background-color: rgb(7,38,14); }

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

border-color css

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

 span { border-color: rgb(7,38,14); }

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