#3C3120

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

Shades of Creole #3C3120

Tints of Creole #3C3120

Color information

#3C3120 (or 0x3C3120) is unknown color: approx Creole. HEX triplet: 3C, 31 and 20. RGB value is (60,49,32). Sum of RGB (Red+Green+Blue) = 60+49+32=141 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.55% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 32 (12.89% from 255 or 22.70% from 141); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3120 is #C3CEDF. Grayscale: #323232. Windows color (decimal): -12832480 or 2109756. OLE color: 2109756.

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

Color convert

RGB604932-
CMYK00.180.470.76
HSL36.43º30.43%18.04%-
HSV(B)36.43º46.67%23.53%-
XYZ3.223.261.83-
YUV50.35117.64134.88-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 42.55%
GREEN value IS 49 (19.53% from 255) = 34.75%
BLUE value IS 32 (12.89% from 255) = 22.70%
R=42.55%
G=34.75%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60493200.180.470.7636.4330.4318.04
Hex3C31200122F4C241e12
Octal74614002257114443622
Binary11110011000110000001001010111110011001001001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,49,32); }

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

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

 a { background-color: rgb(60,49,32); }

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

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

 span { border-color: rgb(60,49,32); }

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