#3D1707

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

Shades of Brown Pod #3D1707

Tints of Brown Pod #3D1707

Color information

#3D1707 (or 0x3D1707) is unknown color: approx Brown Pod. HEX triplet: 3D, 17 and 07. RGB value is (61,23,7). Sum of RGB (Red+Green+Blue) = 61+23+7=91 (12% of max value = 765). Red value is 61 (24.22% from 255 or 67.03% from 91); Green value is 23 (9.38% from 255 or 25.27% from 91); Blue value is 7 (3.12% from 255 or 7.69% from 91); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1707 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1707 is #C2E8F8. Grayscale: #202020. Windows color (decimal): -12773625 or 464701. OLE color: 464701.

HSL color Cylindrical-coordinate representation of color #3D1707: hue angle of 17.78º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3D1707 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.76.

Color convert

RGB61237-
CMYK00.620.890.76
HSL17.78º79.41%13.33%-
HSV(B)17.78º88.52%23.92%-
XYZ2.271.620.39-
YUV32.54113.59148.3-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 67.03%
GREEN value IS 23 (9.38% from 255) = 25.27%
BLUE value IS 7 (3.12% from 255) = 7.69%
R=67.03%
G=25.27%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.89
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6123700.620.890.7617.7879.4113.33
Hex3D17703E594C124fd
Octal752770761311142211715
Binary111101101111110111110101100110011001001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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