Html Css Color HEX #07330E Deep Fir

📋 copy color: '#07330E'

red 7 ◦ green 51 ◦ blue 14

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

Shades of Deep Fir #07330E

Tints of Deep Fir #07330E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 70.83%

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

R = 9.72%
G = 70.83%
B = 19.44%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.73

 K value IS 0.8

RGB Variations

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

Color information

#07330E (or 0x07330E) is known color: Deep Fir. HEX triplet: 07, 33 and 0E. RGB value is (7,51,14). Sum of RGB (Red+Green+Blue) = 7+51+14=72 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.72% from 72); Green value is 51 (20.31% from 255 or 70.83% from 72); Blue value is 14 (5.86% from 255 or 19.44% from 72); Max value from RGB is 51 - color contains mainly: green. Hex color #07330E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07330E is #F8CCF1. Grayscale: #212121. Windows color (decimal): -16305394 or 930567. OLE color: 930567.

HSL color Cylindrical-coordinate representation of color #07330E: hue angle of 129.55º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #07330E is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.8.

Color convert

RGB 7 51 14 -
CMYK 0.86 0 0.73 0.8
HSL 129.55º 0.76% 0.11% -
HSV(B) 129.55º 0.86% 0.2% -
XYZ 1.35 2.44 0.82 -
YUV 33.63 116.92 109.01 -
System Red Green Blue C M Y K H S L
Decimal 7 51 14 0.86 0 0.73 0.8 129.55 0.76 0.11
Hex 7 33 E 56 0 49 50 82 4C B
Octal 7 63 16 126 0 111 120 202 114 13
Binary 111 110011 1110 1010110 0 1001001 1010000 10000010 1001100 1011

Color Harmonies of #07330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07330E

Black with #07330E

Text Example


Text Example

White with #07330E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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