Html Css Color HEX #473405 Mikado

📋 copy color: '#473405'

red 71 ◦ green 52 ◦ blue 5

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

Shades of Mikado #473405

Tints of Mikado #473405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.91%

R = 55.47%
G = 40.63%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#473405 (or 0x473405) is known color: Mikado. HEX triplet: 47, 34 and 05. RGB value is (71,52,5). Sum of RGB (Red+Green+Blue) = 71+52+5=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #473405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473405 is #B8CBFA. Grayscale: #343434. Windows color (decimal): -12110843 or 341063. OLE color: 341063.

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

Color convert

RGB 71 52 5 -
CMYK 0 0.27 0.93 0.72
HSL 42.73º 0.87% 0.15% -
HSV(B) 42.73º 0.93% 0.28% -
XYZ 3.85 3.81 0.68 -
YUV 52.32 101.29 141.32 -
System Red Green Blue C M Y K H S L
Decimal 71 52 5 0 0.27 0.93 0.72 42.73 0.87 0.15
Hex 47 34 5 0 1B 5D 48 2B 57 F
Octal 107 64 5 0 33 135 110 53 127 17
Binary 1000111 110100 101 0 11011 1011101 1001000 101011 1010111 1111

Color Harmonies of #473405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473405

Black with #473405

Text Example


Text Example

White with #473405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473405; }

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

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

background-color css

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

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

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

border-color css

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

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

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