Html Css Color HEX #47360C Mikado

📋 copy color: '#47360C'

red 71 ◦ green 54 ◦ blue 12

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

Shades of Mikado #47360C

Tints of Mikado #47360C

RGB

 RED value IS 71 (28.13% from 255) = 51.82%

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

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

R = 51.82%
G = 39.42%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#47360C (or 0x47360C) is known color: Mikado. HEX triplet: 47, 36 and 0C. RGB value is (71,54,12). Sum of RGB (Red+Green+Blue) = 71+54+12=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 54 (21.48% from 255 or 39.42% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #47360C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47360C is #B8C9F3. Grayscale: #363636. Windows color (decimal): -12110324 or 800327. OLE color: 800327.

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

Color convert

RGB 71 54 12 -
CMYK 0 0.24 0.83 0.72
HSL 42.71º 0.71% 0.16% -
HSV(B) 42.71º 0.83% 0.28% -
XYZ 3.98 4 0.91 -
YUV 54.3 104.13 139.92 -
System Red Green Blue C M Y K H S L
Decimal 71 54 12 0 0.24 0.83 0.72 42.71 0.71 0.16
Hex 47 36 C 0 18 53 48 2B 47 10
Octal 107 66 14 0 30 123 110 53 107 20
Binary 1000111 110110 1100 0 11000 1010011 1001000 101011 1000111 10000

Color Harmonies of #47360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47360C

Black with #47360C

Text Example


Text Example

White with #47360C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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