Html Css Color HEX #46360C Mikado

📋 copy color: '#46360C'

red 70 ◦ green 54 ◦ blue 12

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

Shades of Mikado #46360C

Tints of Mikado #46360C

RGB

 RED value IS 70 (27.73% from 255) = 51.47%

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

 BLUE value IS 12 (5.08% from 255) = 8.82%

R = 51.47%
G = 39.71%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.73

RGB Variations

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

Color information

#46360C (or 0x46360C) is known color: Mikado. HEX triplet: 46, 36 and 0C. RGB value is (70,54,12). Sum of RGB (Red+Green+Blue) = 70+54+12=136 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.47% from 136); Green value is 54 (21.48% from 255 or 39.71% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 70 - color contains mainly: red. Hex color #46360C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46360C is #B9C9F3. Grayscale: #363636. Windows color (decimal): -12175860 or 800326. OLE color: 800326.

HSL color Cylindrical-coordinate representation of color #46360C: hue angle of 43.45º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #46360C is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 54 12 -
CMYK 0 0.23 0.83 0.73
HSL 43.45º 0.71% 0.16% -
HSV(B) 43.45º 0.83% 0.27% -
XYZ 3.91 3.97 0.91 -
YUV 54 104.3 139.42 -
System Red Green Blue C M Y K H S L
Decimal 70 54 12 0 0.23 0.83 0.73 43.45 0.71 0.16
Hex 46 36 C 0 17 53 49 2B 47 10
Octal 106 66 14 0 27 123 111 53 107 20
Binary 1000110 110110 1100 0 10111 1010011 1001001 101011 1000111 10000

Color Harmonies of #46360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46360C

Black with #46360C

Text Example


Text Example

White with #46360C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46360C; }

 p { color: rgb(70,54,12); }

 H1.HeaderClassName
 {
   color: #46360C;
 }
 .AnyTagClassName
 {
   color: #46360C;
 }
</style>

background-color css

<style>
 a { background-color: #46360C; }

 a { background-color: rgb(70,54,12); }

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

border-color css

<style>
 span { border-color: #46360C; }

 span { border-color: rgb(70,54,12); }

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