Html Css Color HEX #07280D Deep Fir

📋 copy color: '#07280D'

red 7 ◦ green 40 ◦ blue 13

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

Shades of Deep Fir #07280D

Tints of Deep Fir #07280D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 66.67%

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

R = 11.67%
G = 66.67%
B = 21.67%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.67

 K value IS 0.84

RGB Variations

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

Color information

#07280D (or 0x07280D) is known color: Deep Fir. HEX triplet: 07, 28 and 0D. RGB value is (7,40,13). Sum of RGB (Red+Green+Blue) = 7+40+13=60 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.67% from 60); Green value is 40 (16.02% from 255 or 66.67% from 60); Blue value is 13 (5.47% from 255 or 21.67% from 60); Max value from RGB is 40 - color contains mainly: green. Hex color #07280D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07280D is #F8D7F2. Grayscale: #1B1B1B. Windows color (decimal): -16308211 or 862215. OLE color: 862215.

HSL color Cylindrical-coordinate representation of color #07280D: hue angle of 130.91º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #07280D is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.84.

Color convert

RGB 7 40 13 -
CMYK 0.83 0 0.67 0.84
HSL 130.91º 0.7% 0.09% -
HSV(B) 130.91º 0.83% 0.16% -
XYZ 0.92 1.59 0.64 -
YUV 27.06 120.07 113.7 -
System Red Green Blue C M Y K H S L
Decimal 7 40 13 0.83 0 0.67 0.84 130.91 0.7 0.09
Hex 7 28 D 53 0 43 54 83 46 9
Octal 7 50 15 123 0 103 124 203 106 11
Binary 111 101000 1101 1010011 0 1000011 1010100 10000011 1000110 1001

Color Harmonies of #07280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07280D

Black with #07280D

Text Example


Text Example

White with #07280D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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