Html Css Color HEX #473302 Mikado

📋 copy color: '#473302'

red 71 ◦ green 51 ◦ blue 2

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

Shades of Mikado #473302

Tints of Mikado #473302

RGB

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

 GREEN value IS 51 (20.31% from 255) = 41.13%

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

R = 57.26%
G = 41.13%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#473302 (or 0x473302) is known color: Mikado. HEX triplet: 47, 33 and 02. RGB value is (71,51,2). Sum of RGB (Red+Green+Blue) = 71+51+2=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #473302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473302 is #B8CCFD. Grayscale: #333333. Windows color (decimal): -12111102 or 144199. OLE color: 144199.

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

Color convert

RGB 71 51 2 -
CMYK 0 0.28 0.97 0.72
HSL 42.61º 0.95% 0.14% -
HSV(B) 42.61º 0.97% 0.28% -
XYZ 3.79 3.71 0.57 -
YUV 51.39 100.13 141.98 -
System Red Green Blue C M Y K H S L
Decimal 71 51 2 0 0.28 0.97 0.72 42.61 0.95 0.14
Hex 47 33 2 0 1C 61 48 2B 5F E
Octal 107 63 2 0 34 141 110 53 137 16
Binary 1000111 110011 10 0 11100 1100001 1001000 101011 1011111 1110

Color Harmonies of #473302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473302

Black with #473302

Text Example


Text Example

White with #473302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473302; }

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

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

background-color css

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

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

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

border-color css

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

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

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