Html Css Color HEX #473712 Mikado

📋 copy color: '#473712'

red 71 ◦ green 55 ◦ blue 18

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

Shades of Mikado #473712

Tints of Mikado #473712

RGB

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

 GREEN value IS 55 (21.88% from 255) = 38.19%

 BLUE value IS 18 (7.42% from 255) = 12.5%

R = 49.31%
G = 38.19%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#473712 (or 0x473712) is known color: Mikado. HEX triplet: 47, 37 and 12. RGB value is (71,55,18). Sum of RGB (Red+Green+Blue) = 71+55+18=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 55 (21.88% from 255 or 38.19% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 71 - color contains mainly: red. Hex color #473712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473712 is #B8C8ED. Grayscale: #373737. Windows color (decimal): -12110062 or 1193799. OLE color: 1193799.

HSL color Cylindrical-coordinate representation of color #473712: hue angle of 41.89º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #473712 is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 55 18 -
CMYK 0 0.23 0.75 0.72
HSL 41.89º 0.6% 0.17% -
HSV(B) 41.89º 0.75% 0.28% -
XYZ 4.07 4.12 1.15 -
YUV 55.57 106.8 139.01 -
System Red Green Blue C M Y K H S L
Decimal 71 55 18 0 0.23 0.75 0.72 41.89 0.6 0.17
Hex 47 37 12 0 17 4B 48 2A 3C 11
Octal 107 67 22 0 27 113 110 52 74 21
Binary 1000111 110111 10010 0 10111 1001011 1001000 101010 111100 10001

Color Harmonies of #473712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473712

Black with #473712

Text Example


Text Example

White with #473712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473712; }

 p { color: rgb(71,55,18); }

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

background-color css

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

 a { background-color: rgb(71,55,18); }

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

border-color css

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

 span { border-color: rgb(71,55,18); }

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