Html Css Color HEX #3C360B Mikado

📋 copy color: '#3C360B'

red 60 ◦ green 54 ◦ blue 11

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

Shades of Mikado #3C360B

Tints of Mikado #3C360B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.8%

R = 48%
G = 43.2%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.76

RGB Variations

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

Color information

#3C360B (or 0x3C360B) is known color: Mikado. HEX triplet: 3C, 36 and 0B. RGB value is (60,54,11). Sum of RGB (Red+Green+Blue) = 60+54+11=125 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48% from 125); Green value is 54 (21.48% from 255 or 43.2% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 60 - color contains mainly: red. Hex color #3C360B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C360B is #C3C9F4. Grayscale: #333333. Windows color (decimal): -12831221 or 734780. OLE color: 734780.

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

Color convert

RGB 60 54 11 -
CMYK 0 0.10 0.82 0.76
HSL 52.65º 0.69% 0.14% -
HSV(B) 52.65º 0.82% 0.24% -
XYZ 3.24 3.62 0.85 -
YUV 50.89 105.49 134.5 -
System Red Green Blue C M Y K H S L
Decimal 60 54 11 0 0.10 0.82 0.76 52.65 0.69 0.14
Hex 3C 36 B 0 A 52 4C 35 45 E
Octal 74 66 13 0 12 122 114 65 105 16
Binary 111100 110110 1011 0 1010 1010010 1001100 110101 1000101 1110

Color Harmonies of #3C360B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C360B

Black with #3C360B

Text Example


Text Example

White with #3C360B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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