Html Css Color HEX #3C361C Mikado

📋 copy color: '#3C361C'

red 60 ◦ green 54 ◦ blue 28

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

Shades of Mikado #3C361C

Tints of Mikado #3C361C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 38.03%

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

R = 42.25%
G = 38.03%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.76

RGB Variations

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

Color information

#3C361C (or 0x3C361C) is known color: Mikado. HEX triplet: 3C, 36 and 1C. RGB value is (60,54,28). Sum of RGB (Red+Green+Blue) = 60+54+28=142 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.25% from 142); Green value is 54 (21.48% from 255 or 38.03% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 60 - color contains mainly: red. Hex color #3C361C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C361C is #C3C9E3. Grayscale: #343434. Windows color (decimal): -12831204 or 1848892. OLE color: 1848892.

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

Color convert

RGB 60 54 28 -
CMYK 0 0.10 0.53 0.76
HSL 48.75º 0.36% 0.17% -
HSV(B) 48.75º 0.53% 0.24% -
XYZ 3.39 3.68 1.63 -
YUV 52.83 113.99 133.11 -
System Red Green Blue C M Y K H S L
Decimal 60 54 28 0 0.10 0.53 0.76 48.75 0.36 0.17
Hex 3C 36 1C 0 A 35 4C 31 24 11
Octal 74 66 34 0 12 65 114 61 44 21
Binary 111100 110110 11100 0 1010 110101 1001100 110001 100100 10001

Color Harmonies of #3C361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C361C

Black with #3C361C

Text Example


Text Example

White with #3C361C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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