#3D1C03

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

Shades of Brown Pod #3D1C03

Tints of Brown Pod #3D1C03

Color information

#3D1C03 (or 0x3D1C03) is unknown color: approx Brown Pod. HEX triplet: 3D, 1C and 03. RGB value is (61,28,3). Sum of RGB (Red+Green+Blue) = 61+28+3=92 (12% of max value = 765). Red value is 61 (24.22% from 255 or 66.30% from 92); Green value is 28 (11.33% from 255 or 30.43% from 92); Blue value is 3 (1.56% from 255 or 3.26% from 92); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D1C03 is #C2E3FC. Grayscale: #232323. Windows color (decimal): -12772349 or 203837. OLE color: 203837.

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

Color convert

RGB61283-
CMYK00.540.950.76
HSL25.86º90.62%12.55%-
HSV(B)25.86º95.08%23.92%-
XYZ2.361.830.32-
YUV35.02109.93146.53-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 66.30%
GREEN value IS 28 (11.33% from 255) = 30.43%
BLUE value IS 3 (1.56% from 255) = 3.26%
R=66.30%
G=30.43%
B=3.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.95
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6128300.540.950.7625.8690.6212.55
Hex3D1C30365F4C1a5bd
Octal753430661371143213315
Binary11110111100110110110101111110011001101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,28,3); }

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

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

 a { background-color: rgb(61,28,3); }

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

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

 span { border-color: rgb(61,28,3); }

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