#3C3317

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

Shades of Mikado #3C3317

Tints of Mikado #3C3317

Color information

#3C3317 (or 0x3C3317) is unknown color: approx Mikado. HEX triplet: 3C, 33 and 17. RGB value is (60,51,23). Sum of RGB (Red+Green+Blue) = 60+51+23=134 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.78% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 23 (9.38% from 255 or 17.16% from 134); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3317 is #C3CCE8. Grayscale: #323232. Windows color (decimal): -12831977 or 1520444. OLE color: 1520444.

HSL color Cylindrical-coordinate representation of color #3C3317: hue angle of 45.41º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C3317 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.76.

Color convert

RGB605123-
CMYK00.150.620.76
HSL45.41º44.58%16.27%-
HSV(B)45.41º61.67%23.53%-
XYZ3.23.391.3-
YUV50.5112.48134.78-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 44.78%
GREEN value IS 51 (20.31% from 255) = 38.06%
BLUE value IS 23 (9.38% from 255) = 17.16%
R=44.78%
G=38.06%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60512300.150.620.7645.4144.5816.27
Hex3C33170F3E4C2d2d10
Octal74632701776114555520
Binary1111001100111011101111111110100110010110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,51,23); }

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

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

 a { background-color: rgb(60,51,23); }

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

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

 span { border-color: rgb(60,51,23); }

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