#3C1D02

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

Shades of Brown Pod #3C1D02

Tints of Brown Pod #3C1D02

Color information

#3C1D02 (or 0x3C1D02) is unknown color: approx Brown Pod. HEX triplet: 3C, 1D and 02. RGB value is (60,29,2). Sum of RGB (Red+Green+Blue) = 60+29+2=91 (12% of max value = 765). Red value is 60 (23.83% from 255 or 65.93% from 91); Green value is 29 (11.72% from 255 or 31.87% from 91); Blue value is 2 (1.17% from 255 or 2.20% from 91); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C1D02 is #C3E2FD. Grayscale: #232323. Windows color (decimal): -12837630 or 138556. OLE color: 138556.

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

Color convert

RGB60292-
CMYK00.520.970.76
HSL27.93º93.55%12.16%-
HSV(B)27.93º96.67%23.53%-
XYZ2.311.840.29-
YUV35.19109.27145.7-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 65.93%
GREEN value IS 29 (11.72% from 255) = 31.87%
BLUE value IS 2 (1.17% from 255) = 2.20%
R=65.93%
G=31.87%
B=2.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.97
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6029200.520.970.7627.9393.5512.16
Hex3C1D2034614C1c5ec
Octal743520641411143413614
Binary11110011101100110100110000110011001110010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,29,2); }

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

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

 a { background-color: rgb(60,29,2); }

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

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

 span { border-color: rgb(60,29,2); }

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