#3C1401

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

Shades of Brown Pod #3C1401

Tints of Brown Pod #3C1401

Color information

#3C1401 (or 0x3C1401) is unknown color: approx Brown Pod. HEX triplet: 3C, 14 and 01. RGB value is (60,20,1). Sum of RGB (Red+Green+Blue) = 60+20+1=81 (10% of max value = 765). Red value is 60 (23.83% from 255 or 74.07% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 1 (0.78% from 255 or 1.23% from 81); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1401 is #C3EBFE. Grayscale: #1D1D1D. Windows color (decimal): -12839935 or 70716. OLE color: 70716.

HSL color Cylindrical-coordinate representation of color #3C1401: hue angle of 19.32º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C1401 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.76.

Color convert

RGB60201-
CMYK00.670.980.76
HSL19.32º96.72%11.96%-
HSV(B)19.32º98.33%23.53%-
XYZ2.121.460.2-
YUV29.79111.75149.54-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 74.07%
GREEN value IS 20 (8.20% from 255) = 24.69%
BLUE value IS 1 (0.78% from 255) = 1.23%
R=74.07%
G=24.69%
B=1.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.98
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6020100.670.980.7619.3296.7211.96
Hex3C141043624C1361c
Octal7424101031421142314114
Binary11110010100101000011110001010011001001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,20,1); }

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

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

 a { background-color: rgb(60,20,1); }

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

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

 span { border-color: rgb(60,20,1); }

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