Html Css Color HEX #47440D Madras

📋 copy color: '#47440D'

red 71 ◦ green 68 ◦ blue 13

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

Shades of Madras #47440D

Tints of Madras #47440D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 44.74%

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

R = 46.71%
G = 44.74%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#47440D (or 0x47440D) is known color: Madras. HEX triplet: 47, 44 and 0D. RGB value is (71,68,13). Sum of RGB (Red+Green+Blue) = 71+68+13=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 68 (26.95% from 255 or 44.74% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #47440D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47440D is #B8BBF2. Grayscale: #3E3E3E. Windows color (decimal): -12106739 or 869447. OLE color: 869447.

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

Color convert

RGB 71 68 13 -
CMYK 0 0.04 0.82 0.72
HSL 56.9º 0.69% 0.16% -
HSV(B) 56.9º 0.82% 0.28% -
XYZ 4.74 5.5 1.19 -
YUV 62.63 99.99 133.97 -
System Red Green Blue C M Y K H S L
Decimal 71 68 13 0 0.04 0.82 0.72 56.9 0.69 0.16
Hex 47 44 D 0 4 52 48 39 45 10
Octal 107 104 15 0 4 122 110 71 105 20
Binary 1000111 1000100 1101 0 100 1010010 1001000 111001 1000101 10000

Color Harmonies of #47440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47440D

Black with #47440D

Text Example


Text Example

White with #47440D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47440D; }

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

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

background-color css

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

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

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

border-color css

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

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

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