Html Css Color HEX #07260D Deep Fir

📋 copy color: '#07260D'

red 7 ◦ green 38 ◦ blue 13

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

Shades of Deep Fir #07260D

Tints of Deep Fir #07260D

RGB

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

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

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

R = 12.07%
G = 65.52%
B = 22.41%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.66

 K value IS 0.85

RGB Variations

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

Color information

#07260D (or 0x07260D) is known color: Deep Fir. HEX triplet: 07, 26 and 0D. RGB value is (7,38,13). Sum of RGB (Red+Green+Blue) = 7+38+13=58 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.07% from 58); Green value is 38 (15.23% from 255 or 65.52% from 58); Blue value is 13 (5.47% from 255 or 22.41% from 58); Max value from RGB is 38 - color contains mainly: green. Hex color #07260D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07260D is #F8D9F2. Grayscale: #191919. Windows color (decimal): -16308723 or 861703. OLE color: 861703.

HSL color Cylindrical-coordinate representation of color #07260D: hue angle of 131.61º 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 #07260D is Cyan = 0.82, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.85.

Color convert

RGB 7 38 13 -
CMYK 0.82 0 0.66 0.85
HSL 131.61º 0.69% 0.09% -
HSV(B) 131.61º 0.82% 0.15% -
XYZ 0.85 1.46 0.62 -
YUV 25.88 120.73 114.53 -
System Red Green Blue C M Y K H S L
Decimal 7 38 13 0.82 0 0.66 0.85 131.61 0.69 0.09
Hex 7 26 D 52 0 42 55 84 45 9
Octal 7 46 15 122 0 102 125 204 105 11
Binary 111 100110 1101 1010010 0 1000010 1010101 10000100 1000101 1001

Color Harmonies of #07260D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07260D

Black with #07260D

Text Example


Text Example

White with #07260D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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