#073211

Color #073211 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #073211

Tints of Deep Fir #073211

Color information

#073211 (or 0x073211) is unknown color: approx Deep Fir. HEX triplet: 07, 32 and 11. RGB value is (7,50,17). Sum of RGB (Red+Green+Blue) = 7+50+17=74 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.46% from 74); Green value is 50 (19.92% from 255 or 67.57% from 74); Blue value is 17 (7.03% from 255 or 22.97% from 74); Max value from RGB is 50 - color contains mainly: green. Hex color #073211 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073211 is #F8CDEE. Grayscale: #212121. Windows color (decimal): -16305647 or 1126919. OLE color: 1126919.

HSL color Cylindrical-coordinate representation of color #073211: hue angle of 133.95º degrees, saturation: 0.75, 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 #073211 is Cyan = 0.86, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.80.

Color convert

RGB75017-
CMYK0.8600.660.80
HSL133.95º75.44%11.18%-
HSV(B)133.95º86%19.61%-
XYZ1.332.370.92-
YUV33.38118.75109.18-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.46%
GREEN value IS 50 (19.92% from 255) = 67.57%
BLUE value IS 17 (7.03% from 255) = 22.97%
R=9.46%
G=67.57%
B=22.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal750170.8600.660.80133.9575.4411.18
Hex732115604250864bb
Octal76221126010212020611313
Binary1111100101000110101100100001010100001000011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073211; }

 p { color: rgb(7,50,17); }

 H1.HeaderClassName
 {
   color: #073211;
 }
 .AnyTagClassName
 {
   color: #073211;
 }
</style>
background-color css

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

 a { background-color: rgb(7,50,17); }

 div.DivClassName
 {
   background-color: #073211;
 }
 .BgClassName
 {
   background-color: #073211;
 }
</style>
border-color css

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

 span { border-color: rgb(7,50,17); }

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