#3D1401

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

Shades of Brown Pod #3D1401

Tints of Brown Pod #3D1401

Color information

#3D1401 (or 0x3D1401) is unknown color: approx Brown Pod. HEX triplet: 3D, 14 and 01. RGB value is (61,20,1). Sum of RGB (Red+Green+Blue) = 61+20+1=82 (10% of max value = 765). Red value is 61 (24.22% from 255 or 74.39% from 82); Green value is 20 (8.20% from 255 or 24.39% from 82); Blue value is 1 (0.78% from 255 or 1.22% from 82); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1401 is #C2EBFE. Grayscale: #1E1E1E. Windows color (decimal): -12774399 or 70717. OLE color: 70717.

HSL color Cylindrical-coordinate representation of color #3D1401: hue angle of 19º 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 #3D1401 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.76.

Color convert

RGB61201-
CMYK00.670.980.76
HSL19º96.77%12.16%-
HSV(B)19º98.36%23.92%-
XYZ2.181.490.2-
YUV30.09111.58150.04-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 74.39%
GREEN value IS 20 (8.20% from 255) = 24.39%
BLUE value IS 1 (0.78% from 255) = 1.22%
R=74.39%
G=24.39%
B=1.22%

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
Decimal6120100.670.980.761996.7712.16
Hex3D141043624C1361c
Octal7524101031421142314114
Binary11110110100101000011110001010011001001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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