#3D1802

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

Shades of Brown Pod #3D1802

Tints of Brown Pod #3D1802

Color information

#3D1802 (or 0x3D1802) is unknown color: approx Brown Pod. HEX triplet: 3D, 18 and 02. RGB value is (61,24,2). Sum of RGB (Red+Green+Blue) = 61+24+2=87 (11% of max value = 765). Red value is 61 (24.22% from 255 or 70.11% from 87); Green value is 24 (9.77% from 255 or 27.59% from 87); Blue value is 2 (1.17% from 255 or 2.30% from 87); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1802 is #C2E7FD. Grayscale: #202020. Windows color (decimal): -12773374 or 137277. OLE color: 137277.

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

Color convert

RGB61242-
CMYK00.610.970.76
HSL22.37º93.65%12.35%-
HSV(B)22.37º96.72%23.92%-
XYZ2.261.650.26-
YUV32.56110.76148.29-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 70.11%
GREEN value IS 24 (9.77% from 255) = 27.59%
BLUE value IS 2 (1.17% from 255) = 2.30%
R=70.11%
G=27.59%
B=2.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.97
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6124200.610.970.7622.3793.6512.35
Hex3D18203D614C165ec
Octal753020751411142613614
Binary11110111000100111101110000110011001011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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