Html Css Color HEX #3C311C Mikado

📋 copy color: '#3C311C'

red 60 ◦ green 49 ◦ blue 28

#3C311C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mikado #3C311C

Tints of Mikado #3C311C

RGB

 RED value IS 60 (23.83% from 255) = 43.8%

 GREEN value IS 49 (19.53% from 255) = 35.77%

 BLUE value IS 28 (11.33% from 255) = 20.44%

R = 43.8%
G = 35.77%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.76

RGB Variations

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

Color information

#3C311C (or 0x3C311C) is known color: Mikado. HEX triplet: 3C, 31 and 1C. RGB value is (60,49,28). Sum of RGB (Red+Green+Blue) = 60+49+28=137 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.80% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 60 - color contains mainly: red. Hex color #3C311C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C311C is #C3CEE3. Grayscale: #313131. Windows color (decimal): -12832484 or 1847612. OLE color: 1847612.

HSL color Cylindrical-coordinate representation of color #3C311C: hue angle of 39.38º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C311C is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 49 28 -
CMYK 0 0.18 0.53 0.76
HSL 39.38º 0.36% 0.17% -
HSV(B) 39.38º 0.53% 0.24% -
XYZ 3.17 3.24 1.56 -
YUV 49.9 115.64 135.21 -
System Red Green Blue C M Y K H S L
Decimal 60 49 28 0 0.18 0.53 0.76 39.38 0.36 0.17
Hex 3C 31 1C 0 12 35 4C 27 24 11
Octal 74 61 34 0 22 65 114 47 44 21
Binary 111100 110001 11100 0 10010 110101 1001100 100111 100100 10001

Color Harmonies of #3C311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C311C

Black with #3C311C

Text Example


Text Example

White with #3C311C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,49,28); }

 H1.HeaderClassName
 {
   color: #3C311C;
 }
 .AnyTagClassName
 {
   color: #3C311C;
 }
</style>

background-color css

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

 a { background-color: rgb(60,49,28); }

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

border-color css

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

 span { border-color: rgb(60,49,28); }

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