#3A1803

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

Shades of Brown Pod #3A1803

Tints of Brown Pod #3A1803

Color information

#3A1803 (or 0x3A1803) is unknown color: approx Brown Pod. HEX triplet: 3A, 18 and 03. RGB value is (58,24,3). Sum of RGB (Red+Green+Blue) = 58+24+3=85 (11% of max value = 765). Red value is 58 (23.05% from 255 or 68.24% from 85); Green value is 24 (9.77% from 255 or 28.24% from 85); Blue value is 3 (1.56% from 255 or 3.53% from 85); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1803 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1803 is #C5E7FC. Grayscale: #1F1F1F. Windows color (decimal): -12969981 or 202810. OLE color: 202810.

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

Color convert

RGB58243-
CMYK00.590.950.77
HSL22.91º90.16%11.96%-
HSV(B)22.91º94.83%22.75%-
XYZ2.091.560.28-
YUV31.77111.76146.71-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 68.24%
GREEN value IS 24 (9.77% from 255) = 28.24%
BLUE value IS 3 (1.56% from 255) = 3.53%
R=68.24%
G=28.24%
B=3.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.95
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5824300.590.950.7722.9190.1611.96
Hex3A18303B5F4D175ac
Octal723030731371152713214
Binary11101011000110111011101111110011011011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,24,3); }

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

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

 a { background-color: rgb(58,24,3); }

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

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

 span { border-color: rgb(58,24,3); }

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