Html Css Color HEX #3C3010 Mikado

📋 copy color: '#3C3010'

red 60 ◦ green 48 ◦ blue 16

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

Shades of Mikado #3C3010

Tints of Mikado #3C3010

RGB

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

 GREEN value IS 48 (19.14% from 255) = 38.71%

 BLUE value IS 16 (6.64% from 255) = 12.9%

R = 48.39%
G = 38.71%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.73

 K value IS 0.76

RGB Variations

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

Color information

#3C3010 (or 0x3C3010) is known color: Mikado. HEX triplet: 3C, 30 and 10. RGB value is (60,48,16). Sum of RGB (Red+Green+Blue) = 60+48+16=124 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48.39% from 124); Green value is 48 (19.14% from 255 or 38.71% from 124); Blue value is 16 (6.64% from 255 or 12.90% from 124); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3010 is #C3CFEF. Grayscale: #303030. Windows color (decimal): -12832752 or 1060924. OLE color: 1060924.

HSL color Cylindrical-coordinate representation of color #3C3010: hue angle of 43.64º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C3010 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 48 16 -
CMYK 0 0.20 0.73 0.76
HSL 43.64º 0.58% 0.15% -
HSV(B) 43.64º 0.73% 0.24% -
XYZ 3.01 3.11 0.93 -
YUV 47.94 109.98 136.6 -
System Red Green Blue C M Y K H S L
Decimal 60 48 16 0 0.20 0.73 0.76 43.64 0.58 0.15
Hex 3C 30 10 0 14 49 4C 2C 3A F
Octal 74 60 20 0 24 111 114 54 72 17
Binary 111100 110000 10000 0 10100 1001001 1001100 101100 111010 1111

Color Harmonies of #3C3010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3010

Black with #3C3010

Text Example


Text Example

White with #3C3010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,48,16); }

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

background-color css

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

 a { background-color: rgb(60,48,16); }

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

border-color css

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

 span { border-color: rgb(60,48,16); }

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