#3A1C02

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

Shades of Brown Pod #3A1C02

Tints of Brown Pod #3A1C02

Color information

#3A1C02 (or 0x3A1C02) is unknown color: approx Brown Pod. HEX triplet: 3A, 1C and 02. RGB value is (58,28,2). Sum of RGB (Red+Green+Blue) = 58+28+2=88 (11% of max value = 765). Red value is 58 (23.05% from 255 or 65.91% from 88); Green value is 28 (11.33% from 255 or 31.82% from 88); Blue value is 2 (1.17% from 255 or 2.27% from 88); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A1C02 is #C5E3FD. Grayscale: #222222. Windows color (decimal): -12968958 or 138298. OLE color: 138298.

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

Color convert

RGB58282-
CMYK00.520.970.77
HSL27.86º93.33%11.76%-
HSV(B)27.86º96.55%22.75%-
XYZ2.171.730.28-
YUV34.01109.94145.11-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 65.91%
GREEN value IS 28 (11.33% from 255) = 31.82%
BLUE value IS 2 (1.17% from 255) = 2.27%
R=65.91%
G=31.82%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.97
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5828200.520.970.7727.8693.3311.76
Hex3A1C2034614D1c5dc
Octal723420641411153413514
Binary11101011100100110100110000110011011110010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,28,2); }

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

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

 a { background-color: rgb(58,28,2); }

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

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

 span { border-color: rgb(58,28,2); }

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