Html Css Color HEX #3C3614 Mikado

📋 copy color: '#3C3614'

red 60 ◦ green 54 ◦ blue 20

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

Shades of Mikado #3C3614

Tints of Mikado #3C3614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.93%

R = 44.78%
G = 40.3%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.76

RGB Variations

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

Color information

#3C3614 (or 0x3C3614) is known color: Mikado. HEX triplet: 3C, 36 and 14. RGB value is (60,54,20). Sum of RGB (Red+Green+Blue) = 60+54+20=134 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.78% from 134); Green value is 54 (21.48% from 255 or 40.30% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3614 is #C3C9EB. Grayscale: #343434. Windows color (decimal): -12831212 or 1324604. OLE color: 1324604.

HSL color Cylindrical-coordinate representation of color #3C3614: hue angle of 51º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C3614 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 54 20 -
CMYK 0 0.10 0.67 0.76
HSL 51º 0.5% 0.16% -
HSV(B) 51º 0.67% 0.24% -
XYZ 3.31 3.65 1.19 -
YUV 51.92 109.99 133.76 -
System Red Green Blue C M Y K H S L
Decimal 60 54 20 0 0.10 0.67 0.76 51 0.5 0.16
Hex 3C 36 14 0 A 43 4C 33 32 10
Octal 74 66 24 0 12 103 114 63 62 20
Binary 111100 110110 10100 0 1010 1000011 1001100 110011 110010 10000

Color Harmonies of #3C3614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3614

Black with #3C3614

Text Example


Text Example

White with #3C3614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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