Html Css Color HEX #473F0D Madras

📋 copy color: '#473F0D'

red 71 ◦ green 63 ◦ blue 13

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

Shades of Madras #473F0D

Tints of Madras #473F0D

RGB

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

 GREEN value IS 63 (25% from 255) = 42.86%

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

R = 48.3%
G = 42.86%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#473F0D (or 0x473F0D) is known color: Madras. HEX triplet: 47, 3F and 0D. RGB value is (71,63,13). Sum of RGB (Red+Green+Blue) = 71+63+13=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 63 (25% from 255 or 42.86% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #473F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473F0D is #B8C0F2. Grayscale: #3B3B3B. Windows color (decimal): -12108019 or 868167. OLE color: 868167.

HSL color Cylindrical-coordinate representation of color #473F0D: hue angle of 51.72º 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 #473F0D is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 63 13 -
CMYK 0 0.11 0.82 0.72
HSL 51.72º 0.69% 0.16% -
HSV(B) 51.72º 0.82% 0.28% -
XYZ 4.45 4.92 1.1 -
YUV 59.69 101.65 136.07 -
System Red Green Blue C M Y K H S L
Decimal 71 63 13 0 0.11 0.82 0.72 51.72 0.69 0.16
Hex 47 3F D 0 B 52 48 34 45 10
Octal 107 77 15 0 13 122 110 64 105 20
Binary 1000111 111111 1101 0 1011 1010010 1001000 110100 1000101 10000

Color Harmonies of #473F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473F0D

Black with #473F0D

Text Example


Text Example

White with #473F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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