#3C221E

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

Shades of Brown Pod #3C221E

Tints of Brown Pod #3C221E

Color information

#3C221E (or 0x3C221E) is unknown color: approx Brown Pod. HEX triplet: 3C, 22 and 1E. RGB value is (60,34,30). Sum of RGB (Red+Green+Blue) = 60+34+30=124 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48.39% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 60 - color contains mainly: red. Hex color #3C221E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C221E is #C3DDE1. Grayscale: #292929. Windows color (decimal): -12836322 or 1974844. OLE color: 1974844.

HSL color Cylindrical-coordinate representation of color #3C221E: hue angle of 8º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C221E is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.76.

Color convert

RGB603430-
CMYK00.430.500.76
HSL33.33%17.65%-
HSV(B)50%23.53%-
XYZ2.672.21.51-
YUV41.32121.61141.33-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 48.39%
GREEN value IS 34 (13.67% from 255) = 27.42%
BLUE value IS 30 (12.11% from 255) = 24.19%
R=48.39%
G=27.42%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60343000.430.500.76833.3317.65
Hex3C221E02B324C82112
Octal74423605362114104122
Binary1111001000101111001010111100101001100100010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C221E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,34,30); }

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

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

 a { background-color: rgb(60,34,30); }

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

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

 span { border-color: rgb(60,34,30); }

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