Html Css Color HEX #3C311A Mikado

📋 copy color: '#3C311A'

red 60 ◦ green 49 ◦ blue 26

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

Shades of Mikado #3C311A

Tints of Mikado #3C311A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 19.26%

R = 44.44%
G = 36.3%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.76

RGB Variations

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

Color information

#3C311A (or 0x3C311A) is known color: Mikado. HEX triplet: 3C, 31 and 1A. RGB value is (60,49,26). Sum of RGB (Red+Green+Blue) = 60+49+26=135 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.44% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 60 - color contains mainly: red. Hex color #3C311A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C311A is #C3CEE5. Grayscale: #313131. Windows color (decimal): -12832486 or 1716540. OLE color: 1716540.

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

Color convert

RGB 60 49 26 -
CMYK 0 0.18 0.57 0.76
HSL 40.59º 0.4% 0.17% -
HSV(B) 40.59º 0.57% 0.24% -
XYZ 3.15 3.23 1.44 -
YUV 49.67 114.64 135.37 -
System Red Green Blue C M Y K H S L
Decimal 60 49 26 0 0.18 0.57 0.76 40.59 0.4 0.17
Hex 3C 31 1A 0 12 39 4C 29 28 11
Octal 74 61 32 0 22 71 114 51 50 21
Binary 111100 110001 11010 0 10010 111001 1001100 101001 101000 10001

Color Harmonies of #3C311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C311A

Black with #3C311A

Text Example


Text Example

White with #3C311A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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