#3C261B

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

Shades of Brown Pod #3C261B

Tints of Brown Pod #3C261B

Color information

#3C261B (or 0x3C261B) is unknown color: approx Brown Pod. HEX triplet: 3C, 26 and 1B. RGB value is (60,38,27). Sum of RGB (Red+Green+Blue) = 60+38+27=125 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 60 - color contains mainly: red. Hex color #3C261B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C261B is #C3D9E4. Grayscale: #2B2B2B. Windows color (decimal): -12835301 or 1779260. OLE color: 1779260.

HSL color Cylindrical-coordinate representation of color #3C261B: hue angle of 20º degrees, saturation: 0.38, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C261B is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.76.

Color convert

RGB603827-
CMYK00.370.550.76
HSL20º37.93%17.06%-
HSV(B)20º55%23.53%-
XYZ2.752.431.36-
YUV43.32118.79139.89-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 48%
GREEN value IS 38 (15.23% from 255) = 30.4%
BLUE value IS 27 (10.94% from 255) = 21.6%
R=48%
G=30.4%
B=21.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60382700.370.550.762037.9317.06
Hex3C261B025374C142611
Octal74463304567114244621
Binary11110010011011011010010111011110011001010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,38,27); }

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

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

 a { background-color: rgb(60,38,27); }

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

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

 span { border-color: rgb(60,38,27); }

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