Html Css Color HEX #07411A Deep Fir

📋 copy color: '#07411A'

red 7 ◦ green 65 ◦ blue 26

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

Shades of Deep Fir #07411A

Tints of Deep Fir #07411A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 66.33%

 BLUE value IS 26 (10.55% from 255) = 26.53%

R = 7.14%
G = 66.33%
B = 26.53%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#07411A (or 0x07411A) is known color: Deep Fir. HEX triplet: 07, 41 and 1A. RGB value is (7,65,26). Sum of RGB (Red+Green+Blue) = 7+65+26=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 65 (25.78% from 255 or 66.33% from 98); Blue value is 26 (10.55% from 255 or 26.53% from 98); Max value from RGB is 65 - color contains mainly: green. Hex color #07411A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07411A is #F8BEE5. Grayscale: #2B2B2B. Windows color (decimal): -16301798 or 1720583. OLE color: 1720583.

HSL color Cylindrical-coordinate representation of color #07411A: hue angle of 139.66º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07411A is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 65 26 -
CMYK 0.89 0 0.60 0.75
HSL 139.66º 0.81% 0.14% -
HSV(B) 139.66º 0.89% 0.25% -
XYZ 2.16 3.9 1.62 -
YUV 43.21 118.28 102.17 -
System Red Green Blue C M Y K H S L
Decimal 7 65 26 0.89 0 0.60 0.75 139.66 0.81 0.14
Hex 7 41 1A 59 0 3C 4B 8C 51 E
Octal 7 101 32 131 0 74 113 214 121 16
Binary 111 1000001 11010 1011001 0 111100 1001011 10001100 1010001 1110

Color Harmonies of #07411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07411A

Black with #07411A

Text Example


Text Example

White with #07411A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07411A; }

 p { color: rgb(7,65,26); }

 H1.HeaderClassName
 {
   color: #07411A;
 }
 .AnyTagClassName
 {
   color: #07411A;
 }
</style>

background-color css

<style>
 a { background-color: #07411A; }

 a { background-color: rgb(7,65,26); }

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

border-color css

<style>
 span { border-color: #07411A; }

 span { border-color: rgb(7,65,26); }

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