#3D1602

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

Shades of Brown Pod #3D1602

Tints of Brown Pod #3D1602

Color information

#3D1602 (or 0x3D1602) is unknown color: approx Brown Pod. HEX triplet: 3D, 16 and 02. RGB value is (61,22,2). Sum of RGB (Red+Green+Blue) = 61+22+2=85 (11% of max value = 765). Red value is 61 (24.22% from 255 or 71.76% from 85); Green value is 22 (8.98% from 255 or 25.88% from 85); Blue value is 2 (1.17% from 255 or 2.35% from 85); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1602 is #C2E9FD. Grayscale: #1F1F1F. Windows color (decimal): -12773886 or 136765. OLE color: 136765.

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

Color convert

RGB61222-
CMYK00.640.970.76
HSL20.34º93.65%12.35%-
HSV(B)20.34º96.72%23.92%-
XYZ2.221.570.24-
YUV31.38111.42149.13-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 71.76%
GREEN value IS 22 (8.98% from 255) = 25.88%
BLUE value IS 2 (1.17% from 255) = 2.35%
R=71.76%
G=25.88%
B=2.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.97
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6122200.640.970.7620.3493.6512.35
Hex3D162040614C145ec
Octal7526201001411142413614
Binary111101101101001000000110000110011001010010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,22,2); }

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

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

 a { background-color: rgb(61,22,2); }

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

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

 span { border-color: rgb(61,22,2); }

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