Html Css Color HEX #473A0D Madras

📋 copy color: '#473A0D'

red 71 ◦ green 58 ◦ blue 13

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

Shades of Madras #473A0D

Tints of Madras #473A0D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 40.85%

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

R = 50%
G = 40.85%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#473A0D (or 0x473A0D) is known color: Madras. HEX triplet: 47, 3A and 0D. RGB value is (71,58,13). Sum of RGB (Red+Green+Blue) = 71+58+13=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 58 (23.05% from 255 or 40.85% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #473A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473A0D is #B8C5F2. Grayscale: #383838. Windows color (decimal): -12109299 or 866887. OLE color: 866887.

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

Color convert

RGB 71 58 13 -
CMYK 0 0.18 0.82 0.72
HSL 46.55º 0.69% 0.16% -
HSV(B) 46.55º 0.82% 0.28% -
XYZ 4.18 4.39 1.01 -
YUV 56.76 103.31 138.16 -
System Red Green Blue C M Y K H S L
Decimal 71 58 13 0 0.18 0.82 0.72 46.55 0.69 0.16
Hex 47 3A D 0 12 52 48 2F 45 10
Octal 107 72 15 0 22 122 110 57 105 20
Binary 1000111 111010 1101 0 10010 1010010 1001000 101111 1000101 10000

Color Harmonies of #473A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473A0D

Black with #473A0D

Text Example


Text Example

White with #473A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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