Html Css Color HEX #473402 Mikado

📋 copy color: '#473402'

red 71 ◦ green 52 ◦ blue 2

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

Shades of Mikado #473402

Tints of Mikado #473402

RGB

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

 GREEN value IS 52 (20.7% from 255) = 41.6%

 BLUE value IS 2 (1.17% from 255) = 1.6%

R = 56.8%
G = 41.6%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#473402 (or 0x473402) is known color: Mikado. HEX triplet: 47, 34 and 02. RGB value is (71,52,2). Sum of RGB (Red+Green+Blue) = 71+52+2=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #473402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473402 is #B8CBFD. Grayscale: #343434. Windows color (decimal): -12110846 or 144455. OLE color: 144455.

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

Color convert

RGB 71 52 2 -
CMYK 0 0.27 0.97 0.72
HSL 43.48º 0.95% 0.14% -
HSV(B) 43.48º 0.97% 0.28% -
XYZ 3.84 3.8 0.59 -
YUV 51.98 99.79 141.57 -
System Red Green Blue C M Y K H S L
Decimal 71 52 2 0 0.27 0.97 0.72 43.48 0.95 0.14
Hex 47 34 2 0 1B 61 48 2B 5F E
Octal 107 64 2 0 33 141 110 53 137 16
Binary 1000111 110100 10 0 11011 1100001 1001000 101011 1011111 1110

Color Harmonies of #473402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473402

Black with #473402

Text Example


Text Example

White with #473402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473402; }

 p { color: rgb(71,52,2); }

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

background-color css

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

 a { background-color: rgb(71,52,2); }

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

border-color css

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

 span { border-color: rgb(71,52,2); }

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