#3C221F

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

Shades of Brown Pod #3C221F

Tints of Brown Pod #3C221F

Color information

#3C221F (or 0x3C221F) is unknown color: approx Brown Pod. HEX triplet: 3C, 22 and 1F. RGB value is (60,34,31). Sum of RGB (Red+Green+Blue) = 60+34+31=125 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 60 - color contains mainly: red. Hex color #3C221F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C221F is #C3DDE0. Grayscale: #292929. Windows color (decimal): -12836321 or 2040380. OLE color: 2040380.

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

Color convert

RGB603431-
CMYK00.430.480.76
HSL6.21º31.87%17.84%-
HSV(B)6.21º48.33%23.53%-
XYZ2.682.21.58-
YUV41.43122.11141.24-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 48%
GREEN value IS 34 (13.67% from 255) = 27.2%
BLUE value IS 31 (12.5% from 255) = 24.8%
R=48%
G=27.2%
B=24.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60343100.430.480.766.2131.8717.84
Hex3C221F02B304C62012
Octal7442370536011464022
Binary111100100010111110101011110000100110011010000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C221F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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