Html Css Color HEX #3C3618 Mikado

📋 copy color: '#3C3618'

red 60 ◦ green 54 ◦ blue 24

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

Shades of Mikado #3C3618

Tints of Mikado #3C3618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 17.39%

R = 43.48%
G = 39.13%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.60

 K value IS 0.76

RGB Variations

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

Color information

#3C3618 (or 0x3C3618) is known color: Mikado. HEX triplet: 3C, 36 and 18. RGB value is (60,54,24). Sum of RGB (Red+Green+Blue) = 60+54+24=138 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.48% from 138); Green value is 54 (21.48% from 255 or 39.13% from 138); Blue value is 24 (9.77% from 255 or 17.39% from 138); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3618 is #C3C9E7. Grayscale: #343434. Windows color (decimal): -12831208 or 1586748. OLE color: 1586748.

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

Color convert

RGB 60 54 24 -
CMYK 0 0.10 0.60 0.76
HSL 50º 0.43% 0.16% -
HSV(B) 50º 0.6% 0.24% -
XYZ 3.35 3.66 1.4 -
YUV 52.37 111.99 133.44 -
System Red Green Blue C M Y K H S L
Decimal 60 54 24 0 0.10 0.60 0.76 50 0.43 0.16
Hex 3C 36 18 0 A 3C 4C 32 2B 10
Octal 74 66 30 0 12 74 114 62 53 20
Binary 111100 110110 11000 0 1010 111100 1001100 110010 101011 10000

Color Harmonies of #3C3618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3618

Black with #3C3618

Text Example


Text Example

White with #3C3618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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