Html Css Color HEX #473508 Mikado

📋 copy color: '#473508'

red 71 ◦ green 53 ◦ blue 8

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

Shades of Mikado #473508

Tints of Mikado #473508

RGB

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

 GREEN value IS 53 (21.09% from 255) = 40.15%

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

R = 53.79%
G = 40.15%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#473508 (or 0x473508) is known color: Mikado. HEX triplet: 47, 35 and 08. RGB value is (71,53,8). Sum of RGB (Red+Green+Blue) = 71+53+8=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #473508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473508 is #B8CAF7. Grayscale: #353535. Windows color (decimal): -12110584 or 537927. OLE color: 537927.

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

Color convert

RGB 71 53 8 -
CMYK 0 0.25 0.89 0.72
HSL 42.86º 0.8% 0.15% -
HSV(B) 42.86º 0.89% 0.28% -
XYZ 3.92 3.9 0.78 -
YUV 53.25 102.46 140.66 -
System Red Green Blue C M Y K H S L
Decimal 71 53 8 0 0.25 0.89 0.72 42.86 0.8 0.15
Hex 47 35 8 0 19 59 48 2B 50 F
Octal 107 65 10 0 31 131 110 53 120 17
Binary 1000111 110101 1000 0 11001 1011001 1001000 101011 1010000 1111

Color Harmonies of #473508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473508

Black with #473508

Text Example


Text Example

White with #473508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473508; }

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

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

background-color css

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

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

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

border-color css

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

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

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