#3A1905

Color #3A1905 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #3A1905

Tints of Brown Pod #3A1905

Color information

#3A1905 (or 0x3A1905) is unknown color: approx Brown Pod. HEX triplet: 3A, 19 and 05. RGB value is (58,25,5). Sum of RGB (Red+Green+Blue) = 58+25+5=88 (11% of max value = 765). Red value is 58 (23.05% from 255 or 65.91% from 88); Green value is 25 (10.16% from 255 or 28.41% from 88); Blue value is 5 (2.34% from 255 or 5.68% from 88); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1905 is #C5E6FA. Grayscale: #202020. Windows color (decimal): -12969723 or 334138. OLE color: 334138.

HSL color Cylindrical-coordinate representation of color #3A1905: hue angle of 22.64º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A1905 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.77.

Color convert

RGB58255-
CMYK00.570.910.77
HSL22.64º84.13%12.35%-
HSV(B)22.64º91.38%22.75%-
XYZ2.121.610.34-
YUV32.59112.43146.13-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 65.91%
GREEN value IS 25 (10.16% from 255) = 28.41%
BLUE value IS 5 (2.34% from 255) = 5.68%
R=65.91%
G=28.41%
B=5.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.91
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5825500.570.910.7722.6484.1312.35
Hex3A1950395B4D1754c
Octal723150711331152712414
Binary111010110011010111001101101110011011011110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A1905; }

 p { color: rgb(58,25,5); }

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

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

 a { background-color: rgb(58,25,5); }

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

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

 span { border-color: rgb(58,25,5); }

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