#3C300B

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

Shades of Mikado #3C300B

Tints of Mikado #3C300B

Color information

#3C300B (or 0x3C300B) is unknown color: approx Mikado. HEX triplet: 3C, 30 and 0B. RGB value is (60,48,11). Sum of RGB (Red+Green+Blue) = 60+48+11=119 (15% of max value = 765). Red value is 60 (23.83% from 255 or 50.42% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 11 (4.69% from 255 or 9.24% from 119); Max value from RGB is 60 - color contains mainly: red. Hex color #3C300B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C300B is #C3CFF4. Grayscale: #2F2F2F. Windows color (decimal): -12832757 or 733244. OLE color: 733244.

HSL color Cylindrical-coordinate representation of color #3C300B: hue angle of 45.31º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C300B is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.76.

Color convert

RGB604811-
CMYK00.200.820.76
HSL45.31º69.01%13.92%-
HSV(B)45.31º81.67%23.53%-
XYZ2.983.10.76-
YUV47.37107.48137.01-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 50.42%
GREEN value IS 48 (19.14% from 255) = 40.34%
BLUE value IS 11 (4.69% from 255) = 9.24%
R=50.42%
G=40.34%
B=9.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.82
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60481100.200.820.7645.3169.0113.92
Hex3C30B014524C2d45e
Octal7460130241221145510516
Binary11110011000010110101001010010100110010110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C300B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,48,11); }

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

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

 a { background-color: rgb(60,48,11); }

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

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

 span { border-color: rgb(60,48,11); }

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