Html Css Color HEX #473601 Madras

📋 copy color: '#473601'

red 71 ◦ green 54 ◦ blue 1

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

Shades of Madras #473601

Tints of Madras #473601

RGB

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

 GREEN value IS 54 (21.48% from 255) = 42.86%

 BLUE value IS 1 (0.78% from 255) = 0.79%

R = 56.35%
G = 42.86%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#473601 (or 0x473601) is known color: Madras. HEX triplet: 47, 36 and 01. RGB value is (71,54,1). Sum of RGB (Red+Green+Blue) = 71+54+1=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 54 (21.48% from 255 or 42.86% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #473601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473601 is #B8C9FE. Grayscale: #353535. Windows color (decimal): -12110335 or 79431. OLE color: 79431.

HSL color Cylindrical-coordinate representation of color #473601: hue angle of 45.43º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #473601 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 54 1 -
CMYK 0 0.24 0.99 0.72
HSL 45.43º 0.97% 0.14% -
HSV(B) 45.43º 0.99% 0.28% -
XYZ 3.92 3.98 0.59 -
YUV 53.04 98.63 140.81 -
System Red Green Blue C M Y K H S L
Decimal 71 54 1 0 0.24 0.99 0.72 45.43 0.97 0.14
Hex 47 36 1 0 18 63 48 2D 61 E
Octal 107 66 1 0 30 143 110 55 141 16
Binary 1000111 110110 1 0 11000 1100011 1001000 101101 1100001 1110

Color Harmonies of #473601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473601

Black with #473601

Text Example


Text Example

White with #473601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473601; }

 p { color: rgb(71,54,1); }

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

background-color css

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

 a { background-color: rgb(71,54,1); }

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

border-color css

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

 span { border-color: rgb(71,54,1); }

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