Html Css Color HEX #473108 Mikado

📋 copy color: '#473108'

red 71 ◦ green 49 ◦ blue 8

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

Shades of Mikado #473108

Tints of Mikado #473108

RGB

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

 GREEN value IS 49 (19.53% from 255) = 38.28%

 BLUE value IS 8 (3.52% from 255) = 6.25%

R = 55.47%
G = 38.28%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#473108 (or 0x473108) is known color: Mikado. HEX triplet: 47, 31 and 08. RGB value is (71,49,8). Sum of RGB (Red+Green+Blue) = 71+49+8=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 8 (3.52% from 255 or 6.25% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #473108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473108 is #B8CEF7. Grayscale: #333333. Windows color (decimal): -12111608 or 536903. OLE color: 536903.

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

Color convert

RGB 71 49 8 -
CMYK 0 0.31 0.89 0.72
HSL 39.05º 0.8% 0.15% -
HSV(B) 39.05º 0.89% 0.28% -
XYZ 3.74 3.55 0.72 -
YUV 50.9 103.79 142.33 -
System Red Green Blue C M Y K H S L
Decimal 71 49 8 0 0.31 0.89 0.72 39.05 0.8 0.15
Hex 47 31 8 0 1F 59 48 27 50 F
Octal 107 61 10 0 37 131 110 47 120 17
Binary 1000111 110001 1000 0 11111 1011001 1001000 100111 1010000 1111

Color Harmonies of #473108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473108

Black with #473108

Text Example


Text Example

White with #473108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473108; }

 p { color: rgb(71,49,8); }

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

background-color css

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

 a { background-color: rgb(71,49,8); }

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

border-color css

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

 span { border-color: rgb(71,49,8); }

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