#3C341F

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

Shades of Mikado #3C341F

Tints of Mikado #3C341F

Color information

#3C341F (or 0x3C341F) is unknown color: approx Mikado. HEX triplet: 3C, 34 and 1F. RGB value is (60,52,31). Sum of RGB (Red+Green+Blue) = 60+52+31=143 (18% of max value = 765). Red value is 60 (23.83% from 255 or 41.96% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 60 - color contains mainly: red. Hex color #3C341F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C341F is #C3CBE0. Grayscale: #343434. Windows color (decimal): -12831713 or 2044988. OLE color: 2044988.

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

Color convert

RGB605231-
CMYK00.130.480.76
HSL43.45º31.87%17.84%-
HSV(B)43.45º48.33%23.53%-
XYZ3.343.521.8-
YUV52116.15133.71-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 41.96%
GREEN value IS 52 (20.70% from 255) = 36.36%
BLUE value IS 31 (12.5% from 255) = 21.68%
R=41.96%
G=36.36%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60523100.130.480.7643.4531.8717.84
Hex3C341F0D304C2b2012
Octal74643701560114534022
Binary1111001101001111101101110000100110010101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C341F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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