Html Css Color HEX #47420D Madras

📋 copy color: '#47420D'

red 71 ◦ green 66 ◦ blue 13

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

Shades of Madras #47420D

Tints of Madras #47420D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 44%

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

R = 47.33%
G = 44%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#47420D (or 0x47420D) is known color: Madras. HEX triplet: 47, 42 and 0D. RGB value is (71,66,13). Sum of RGB (Red+Green+Blue) = 71+66+13=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #47420D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47420D is #B8BDF2. Grayscale: #3D3D3D. Windows color (decimal): -12107251 or 868935. OLE color: 868935.

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

Color convert

RGB 71 66 13 -
CMYK 0 0.07 0.82 0.72
HSL 54.83º 0.69% 0.16% -
HSV(B) 54.83º 0.82% 0.28% -
XYZ 4.62 5.27 1.15 -
YUV 61.45 100.66 134.81 -
System Red Green Blue C M Y K H S L
Decimal 71 66 13 0 0.07 0.82 0.72 54.83 0.69 0.16
Hex 47 42 D 0 7 52 48 37 45 10
Octal 107 102 15 0 7 122 110 67 105 20
Binary 1000111 1000010 1101 0 111 1010010 1001000 110111 1000101 10000

Color Harmonies of #47420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47420D

Black with #47420D

Text Example


Text Example

White with #47420D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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