#1A3221

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

Shades of Deep Fir #1A3221

Tints of Deep Fir #1A3221

Color information

#1A3221 (or 0x1A3221) is unknown color: approx Deep Fir. HEX triplet: 1A, 32 and 21. RGB value is (26,50,33). Sum of RGB (Red+Green+Blue) = 26+50+33=109 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.85% from 109); Green value is 50 (19.92% from 255 or 45.87% from 109); Blue value is 33 (13.28% from 255 or 30.28% from 109); Max value from RGB is 50 - color contains mainly: green. Hex color #1A3221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3221 is #E5CDDE. Grayscale: #282828. Windows color (decimal): -15060447 or 2175514. OLE color: 2175514.

HSL color Cylindrical-coordinate representation of color #1A3221: hue angle of 137.5º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1A3221 is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.80.

Color convert

RGB265033-
CMYK0.4800.340.80
HSL137.5º31.58%14.9%-
HSV(B)137.5º48%19.61%-
XYZ1.842.611.85-
YUV40.89123.55117.38-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 23.85%
GREEN value IS 50 (19.92% from 255) = 45.87%
BLUE value IS 33 (13.28% from 255) = 30.28%
R=23.85%
G=45.87%
B=30.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2650330.4800.340.80137.531.5814.9
Hex1A322130022508a20f
Octal326241600421202124017
Binary1101011001010000111000001000101010000100010101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A3221; }

 p { color: rgb(26,50,33); }

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

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

 a { background-color: rgb(26,50,33); }

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

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

 span { border-color: rgb(26,50,33); }

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