#3A1507

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

Shades of Brown Pod #3A1507

Tints of Brown Pod #3A1507

Color information

#3A1507 (or 0x3A1507) is unknown color: approx Brown Pod. HEX triplet: 3A, 15 and 07. RGB value is (58,21,7). Sum of RGB (Red+Green+Blue) = 58+21+7=86 (11% of max value = 765). Red value is 58 (23.05% from 255 or 67.44% from 86); Green value is 21 (8.59% from 255 or 24.42% from 86); Blue value is 7 (3.12% from 255 or 8.14% from 86); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1507 is #C5EAF8. Grayscale: #1E1E1E. Windows color (decimal): -12970745 or 464186. OLE color: 464186.

HSL color Cylindrical-coordinate representation of color #3A1507: hue angle of 16.47º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A1507 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.77.

Color convert

RGB58217-
CMYK00.640.880.77
HSL16.47º78.46%12.75%-
HSV(B)16.47º87.93%22.75%-
XYZ2.051.450.37-
YUV30.47114.76147.64-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 67.44%
GREEN value IS 21 (8.59% from 255) = 24.42%
BLUE value IS 7 (3.12% from 255) = 8.14%
R=67.44%
G=24.42%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.88
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5821700.640.880.7716.4778.4612.75
Hex3A157040584D104ed
Octal7225701001301152011615
Binary1110101010111101000000101100010011011000010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,21,7); }

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

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

 a { background-color: rgb(58,21,7); }

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

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

 span { border-color: rgb(58,21,7); }

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