#1A3321

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

Shades of Deep Fir #1A3321

Tints of Deep Fir #1A3321

Color information

#1A3321 (or 0x1A3321) is unknown color: approx Deep Fir. HEX triplet: 1A, 33 and 21. RGB value is (26,51,33). Sum of RGB (Red+Green+Blue) = 26+51+33=110 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.64% from 110); Green value is 51 (20.31% from 255 or 46.36% from 110); Blue value is 33 (13.28% from 255 or 30% from 110); Max value from RGB is 51 - color contains mainly: green. Hex color #1A3321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3321 is #E5CCDE. Grayscale: #292929. Windows color (decimal): -15060191 or 2175770. OLE color: 2175770.

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

Color convert

RGB265133-
CMYK0.4900.350.8
HSL136.8º32.47%15.1%-
HSV(B)136.8º49.02%20%-
XYZ1.882.71.86-
YUV41.47123.22116.96-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 23.64%
GREEN value IS 51 (20.31% from 255) = 46.36%
BLUE value IS 33 (13.28% from 255) = 30%
R=23.64%
G=46.36%
B=30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2651330.4900.350.8136.832.4715.1
Hex1A332131023508920f
Octal326341610431202114017
Binary1101011001110000111000101000111010000100010011000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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