Html Css Color HEX #473201 Mikado

📋 copy color: '#473201'

red 71 ◦ green 50 ◦ blue 1

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

Shades of Mikado #473201

Tints of Mikado #473201

RGB

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

 GREEN value IS 50 (19.92% from 255) = 40.98%

 BLUE value IS 1 (0.78% from 255) = 0.82%

R = 58.2%
G = 40.98%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#473201 (or 0x473201) is known color: Mikado. HEX triplet: 47, 32 and 01. RGB value is (71,50,1). Sum of RGB (Red+Green+Blue) = 71+50+1=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #473201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473201 is #B8CDFE. Grayscale: #323232. Windows color (decimal): -12111359 or 78407. OLE color: 78407.

HSL color Cylindrical-coordinate representation of color #473201: hue angle of 42º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #473201 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 50 1 -
CMYK 0 0.30 0.99 0.72
HSL 42º 0.97% 0.14% -
HSV(B) 42º 0.99% 0.28% -
XYZ 3.74 3.62 0.53 -
YUV 50.69 99.96 142.48 -
System Red Green Blue C M Y K H S L
Decimal 71 50 1 0 0.30 0.99 0.72 42 0.97 0.14
Hex 47 32 1 0 1E 63 48 2A 61 E
Octal 107 62 1 0 36 143 110 52 141 16
Binary 1000111 110010 1 0 11110 1100011 1001000 101010 1100001 1110

Color Harmonies of #473201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473201

Black with #473201

Text Example


Text Example

White with #473201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473201; }

 p { color: rgb(71,50,1); }

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

background-color css

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

 a { background-color: rgb(71,50,1); }

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

border-color css

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

 span { border-color: rgb(71,50,1); }

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