#3C341B

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

Shades of Mikado #3C341B

Tints of Mikado #3C341B

Color information

#3C341B (or 0x3C341B) is unknown color: approx Mikado. HEX triplet: 3C, 34 and 1B. RGB value is (60,52,27). Sum of RGB (Red+Green+Blue) = 60+52+27=139 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.17% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 60 - color contains mainly: red. Hex color #3C341B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C341B is #C3CBE4. Grayscale: #333333. Windows color (decimal): -12831717 or 1782844. OLE color: 1782844.

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

Color convert

RGB605227-
CMYK00.130.550.76
HSL45.45º37.93%17.06%-
HSV(B)45.45º55%23.53%-
XYZ3.293.51.54-
YUV51.54114.15134.03-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 43.17%
GREEN value IS 52 (20.70% from 255) = 37.41%
BLUE value IS 27 (10.94% from 255) = 19.42%
R=43.17%
G=37.41%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60522700.130.550.7645.4537.9317.06
Hex3C341B0D374C2d2611
Octal74643301567114554621
Binary1111001101001101101101110111100110010110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C341B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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