Html Css Color HEX #473612 Mikado

📋 copy color: '#473612'

red 71 ◦ green 54 ◦ blue 18

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

Shades of Mikado #473612

Tints of Mikado #473612

RGB

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

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

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

R = 49.65%
G = 37.76%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#473612 (or 0x473612) is known color: Mikado. HEX triplet: 47, 36 and 12. RGB value is (71,54,18). Sum of RGB (Red+Green+Blue) = 71+54+18=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 54 (21.48% from 255 or 37.76% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #473612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473612 is #B8C9ED. Grayscale: #373737. Windows color (decimal): -12110318 or 1193543. OLE color: 1193543.

HSL color Cylindrical-coordinate representation of color #473612: hue angle of 40.75º 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 #473612 is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 54 18 -
CMYK 0 0.24 0.75 0.72
HSL 40.75º 0.6% 0.17% -
HSV(B) 40.75º 0.75% 0.28% -
XYZ 4.03 4.02 1.14 -
YUV 54.98 107.13 139.43 -
System Red Green Blue C M Y K H S L
Decimal 71 54 18 0 0.24 0.75 0.72 40.75 0.6 0.17
Hex 47 36 12 0 18 4B 48 29 3C 11
Octal 107 66 22 0 30 113 110 51 74 21
Binary 1000111 110110 10010 0 11000 1001011 1001000 101001 111100 10001

Color Harmonies of #473612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473612

Black with #473612

Text Example


Text Example

White with #473612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473612; }

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

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

background-color css

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

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

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

border-color css

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

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

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