#3D1701

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

Shades of Brown Pod #3D1701

Tints of Brown Pod #3D1701

Color information

#3D1701 (or 0x3D1701) is unknown color: approx Brown Pod. HEX triplet: 3D, 17 and 01. RGB value is (61,23,1). Sum of RGB (Red+Green+Blue) = 61+23+1=85 (11% of max value = 765). Red value is 61 (24.22% from 255 or 71.76% from 85); Green value is 23 (9.38% from 255 or 27.06% from 85); Blue value is 1 (0.78% from 255 or 1.18% from 85); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1701 is #C2E8FE. Grayscale: #1F1F1F. Windows color (decimal): -12773631 or 71485. OLE color: 71485.

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

Color convert

RGB61231-
CMYK00.620.980.76
HSL22º96.77%12.16%-
HSV(B)22º98.36%23.92%-
XYZ2.241.610.22-
YUV31.85110.59148.79-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 71.76%
GREEN value IS 23 (9.38% from 255) = 27.06%
BLUE value IS 1 (0.78% from 255) = 1.18%
R=71.76%
G=27.06%
B=1.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.98
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6123100.620.980.762296.7712.16
Hex3D17103E624C1661c
Octal752710761421142614114
Binary1111011011110111110110001010011001011011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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