Html Css Color HEX #3C3517 Mikado

📋 copy color: '#3C3517'

red 60 ◦ green 53 ◦ blue 23

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

Shades of Mikado #3C3517

Tints of Mikado #3C3517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 16.91%

R = 44.12%
G = 38.97%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.76

RGB Variations

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

Color information

#3C3517 (or 0x3C3517) is known color: Mikado. HEX triplet: 3C, 35 and 17. RGB value is (60,53,23). Sum of RGB (Red+Green+Blue) = 60+53+23=136 (18% of max value = 765). Red value is 60 (23.83% from 255 or 44.12% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 23 (9.38% from 255 or 16.91% from 136); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3517 is #C3CAE8. Grayscale: #333333. Windows color (decimal): -12831465 or 1520956. OLE color: 1520956.

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

Color convert

RGB 60 53 23 -
CMYK 0 0.12 0.62 0.76
HSL 48.65º 0.45% 0.16% -
HSV(B) 48.65º 0.62% 0.24% -
XYZ 3.29 3.57 1.33 -
YUV 51.67 111.82 133.94 -
System Red Green Blue C M Y K H S L
Decimal 60 53 23 0 0.12 0.62 0.76 48.65 0.45 0.16
Hex 3C 35 17 0 C 3E 4C 31 2D 10
Octal 74 65 27 0 14 76 114 61 55 20
Binary 111100 110101 10111 0 1100 111110 1001100 110001 101101 10000

Color Harmonies of #3C3517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3517

Black with #3C3517

Text Example


Text Example

White with #3C3517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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