Html Css Color HEX #47370A Madras

📋 copy color: '#47370A'

red 71 ◦ green 55 ◦ blue 10

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

Shades of Madras #47370A

Tints of Madras #47370A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 40.44%

 BLUE value IS 10 (4.3% from 255) = 7.35%

R = 52.21%
G = 40.44%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#47370A (or 0x47370A) is known color: Madras. HEX triplet: 47, 37 and 0A. RGB value is (71,55,10). Sum of RGB (Red+Green+Blue) = 71+55+10=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 10 (4.30% from 255 or 7.35% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #47370A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47370A is #B8C8F5. Grayscale: #363636. Windows color (decimal): -12110070 or 669511. OLE color: 669511.

HSL color Cylindrical-coordinate representation of color #47370A: hue angle of 44.26º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #47370A is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 55 10 -
CMYK 0 0.23 0.86 0.72
HSL 44.26º 0.75% 0.16% -
HSV(B) 44.26º 0.86% 0.28% -
XYZ 4.02 4.09 0.87 -
YUV 54.65 102.8 139.66 -
System Red Green Blue C M Y K H S L
Decimal 71 55 10 0 0.23 0.86 0.72 44.26 0.75 0.16
Hex 47 37 A 0 17 56 48 2C 4B 10
Octal 107 67 12 0 27 126 110 54 113 20
Binary 1000111 110111 1010 0 10111 1010110 1001000 101100 1001011 10000

Color Harmonies of #47370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47370A

Black with #47370A

Text Example


Text Example

White with #47370A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47370A; }

 p { color: rgb(71,55,10); }

 H1.HeaderClassName
 {
   color: #47370A;
 }
 .AnyTagClassName
 {
   color: #47370A;
 }
</style>

background-color css

<style>
 a { background-color: #47370A; }

 a { background-color: rgb(71,55,10); }

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

border-color css

<style>
 span { border-color: #47370A; }

 span { border-color: rgb(71,55,10); }

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