Html Css Color HEX #473C0D Madras

📋 copy color: '#473C0D'

red 71 ◦ green 60 ◦ blue 13

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

Shades of Madras #473C0D

Tints of Madras #473C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.03%

R = 49.31%
G = 41.67%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#473C0D (or 0x473C0D) is known color: Madras. HEX triplet: 47, 3C and 0D. RGB value is (71,60,13). Sum of RGB (Red+Green+Blue) = 71+60+13=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 60 (23.83% from 255 or 41.67% from 144); Blue value is 13 (5.47% from 255 or 9.03% from 144); Max value from RGB is 71 - color contains mainly: red. Hex color #473C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473C0D is #B8C3F2. Grayscale: #3A3A3A. Windows color (decimal): -12108787 or 867399. OLE color: 867399.

HSL color Cylindrical-coordinate representation of color #473C0D: hue angle of 48.62º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #473C0D is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 60 13 -
CMYK 0 0.15 0.82 0.72
HSL 48.62º 0.69% 0.16% -
HSV(B) 48.62º 0.82% 0.28% -
XYZ 4.29 4.6 1.04 -
YUV 57.93 102.64 137.32 -
System Red Green Blue C M Y K H S L
Decimal 71 60 13 0 0.15 0.82 0.72 48.62 0.69 0.16
Hex 47 3C D 0 F 52 48 31 45 10
Octal 107 74 15 0 17 122 110 61 105 20
Binary 1000111 111100 1101 0 1111 1010010 1001000 110001 1000101 10000

Color Harmonies of #473C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473C0D

Black with #473C0D

Text Example


Text Example

White with #473C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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