Html Css Color HEX #3C350D Mikado

📋 copy color: '#3C350D'

red 60 ◦ green 53 ◦ blue 13

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

Shades of Mikado #3C350D

Tints of Mikado #3C350D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 42.06%

 BLUE value IS 13 (5.47% from 255) = 10.32%

R = 47.62%
G = 42.06%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.76

RGB Variations

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

Color information

#3C350D (or 0x3C350D) is known color: Mikado. HEX triplet: 3C, 35 and 0D. RGB value is (60,53,13). Sum of RGB (Red+Green+Blue) = 60+53+13=126 (16% of max value = 765). Red value is 60 (23.83% from 255 or 47.62% from 126); Green value is 53 (21.09% from 255 or 42.06% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 60 - color contains mainly: red. Hex color #3C350D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C350D is #C3CAF2. Grayscale: #323232. Windows color (decimal): -12831475 or 865596. OLE color: 865596.

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

Color convert

RGB 60 53 13 -
CMYK 0 0.12 0.78 0.76
HSL 51.06º 0.64% 0.14% -
HSV(B) 51.06º 0.78% 0.24% -
XYZ 3.21 3.54 0.89 -
YUV 50.53 106.82 134.75 -
System Red Green Blue C M Y K H S L
Decimal 60 53 13 0 0.12 0.78 0.76 51.06 0.64 0.14
Hex 3C 35 D 0 C 4E 4C 33 40 E
Octal 74 65 15 0 14 116 114 63 100 16
Binary 111100 110101 1101 0 1100 1001110 1001100 110011 1000000 1110

Color Harmonies of #3C350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C350D

Black with #3C350D

Text Example


Text Example

White with #3C350D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,53,13); }

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

background-color css

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

 a { background-color: rgb(60,53,13); }

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

border-color css

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

 span { border-color: rgb(60,53,13); }

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