Html Css Color HEX #473D0D Madras

📋 copy color: '#473D0D'

red 71 ◦ green 61 ◦ blue 13

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

Shades of Madras #473D0D

Tints of Madras #473D0D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 42.07%

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

R = 48.97%
G = 42.07%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#473D0D (or 0x473D0D) is known color: Madras. HEX triplet: 47, 3D and 0D. RGB value is (71,61,13). Sum of RGB (Red+Green+Blue) = 71+61+13=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 61 (24.22% from 255 or 42.07% from 145); Blue value is 13 (5.47% from 255 or 8.97% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #473D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473D0D is #B8C2F2. Grayscale: #3A3A3A. Windows color (decimal): -12108531 or 867655. OLE color: 867655.

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

Color convert

RGB 71 61 13 -
CMYK 0 0.14 0.82 0.72
HSL 49.66º 0.69% 0.16% -
HSV(B) 49.66º 0.82% 0.28% -
XYZ 4.34 4.71 1.06 -
YUV 58.52 102.31 136.9 -
System Red Green Blue C M Y K H S L
Decimal 71 61 13 0 0.14 0.82 0.72 49.66 0.69 0.16
Hex 47 3D D 0 E 52 48 32 45 10
Octal 107 75 15 0 16 122 110 62 105 20
Binary 1000111 111101 1101 0 1110 1010010 1001000 110010 1000101 10000

Color Harmonies of #473D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473D0D

Black with #473D0D

Text Example


Text Example

White with #473D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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