Html Css Color HEX #473002 Mikado

📋 copy color: '#473002'

red 71 ◦ green 48 ◦ blue 2

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

Shades of Mikado #473002

Tints of Mikado #473002

RGB

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

 GREEN value IS 48 (19.14% from 255) = 39.67%

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

R = 58.68%
G = 39.67%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#473002 (or 0x473002) is known color: Mikado. HEX triplet: 47, 30 and 02. RGB value is (71,48,2). Sum of RGB (Red+Green+Blue) = 71+48+2=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #473002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473002 is #B8CFFD. Grayscale: #313131. Windows color (decimal): -12111870 or 143431. OLE color: 143431.

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

Color convert

RGB 71 48 2 -
CMYK 0 0.32 0.97 0.72
HSL 40º 0.95% 0.14% -
HSV(B) 40º 0.97% 0.28% -
XYZ 3.67 3.46 0.53 -
YUV 49.63 101.12 143.24 -
System Red Green Blue C M Y K H S L
Decimal 71 48 2 0 0.32 0.97 0.72 40 0.95 0.14
Hex 47 30 2 0 20 61 48 28 5F E
Octal 107 60 2 0 40 141 110 50 137 16
Binary 1000111 110000 10 0 100000 1100001 1001000 101000 1011111 1110

Color Harmonies of #473002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473002

Black with #473002

Text Example


Text Example

White with #473002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473002; }

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

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

background-color css

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

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

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

border-color css

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

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

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