#3C321F

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

Shades of Mikado #3C321F

Tints of Mikado #3C321F

Color information

#3C321F (or 0x3C321F) is unknown color: approx Mikado. HEX triplet: 3C, 32 and 1F. RGB value is (60,50,31). Sum of RGB (Red+Green+Blue) = 60+50+31=141 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.55% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 60 - color contains mainly: red. Hex color #3C321F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C321F is #C3CDE0. Grayscale: #323232. Windows color (decimal): -12832225 or 2044476. OLE color: 2044476.

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

Color convert

RGB605031-
CMYK00.170.480.76
HSL39.31º31.87%17.84%-
HSV(B)39.31º48.33%23.53%-
XYZ3.253.341.77-
YUV50.82116.81134.54-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 42.55%
GREEN value IS 50 (19.92% from 255) = 35.46%
BLUE value IS 31 (12.5% from 255) = 21.99%
R=42.55%
G=35.46%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60503100.170.480.7639.3131.8717.84
Hex3C321F011304C272012
Octal74623702160114474022
Binary11110011001011111010001110000100110010011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C321F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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