Html Css Color HEX #473C0E Madras

📋 copy color: '#473C0E'

red 71 ◦ green 60 ◦ blue 14

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

Shades of Madras #473C0E

Tints of Madras #473C0E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 41.38%

 BLUE value IS 14 (5.86% from 255) = 9.66%

R = 48.97%
G = 41.38%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.72

RGB Variations

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

Color information

#473C0E (or 0x473C0E) is known color: Madras. HEX triplet: 47, 3C and 0E. RGB value is (71,60,14). Sum of RGB (Red+Green+Blue) = 71+60+14=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 60 (23.83% from 255 or 41.38% from 145); Blue value is 14 (5.86% from 255 or 9.66% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #473C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473C0E is #B8C3F1. Grayscale: #3A3A3A. Windows color (decimal): -12108786 or 932935. OLE color: 932935.

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

Color convert

RGB 71 60 14 -
CMYK 0 0.15 0.80 0.72
HSL 48.42º 0.67% 0.17% -
HSV(B) 48.42º 0.8% 0.28% -
XYZ 4.29 4.6 1.08 -
YUV 58.05 103.14 137.24 -
System Red Green Blue C M Y K H S L
Decimal 71 60 14 0 0.15 0.80 0.72 48.42 0.67 0.17
Hex 47 3C E 0 F 50 48 30 43 11
Octal 107 74 16 0 17 120 110 60 103 21
Binary 1000111 111100 1110 0 1111 1010000 1001000 110000 1000011 10001

Color Harmonies of #473C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473C0E

Black with #473C0E

Text Example


Text Example

White with #473C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473C0E; }

 p { color: rgb(71,60,14); }

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

background-color css

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

 a { background-color: rgb(71,60,14); }

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

border-color css

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

 span { border-color: rgb(71,60,14); }

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