Html Css Color HEX #474201 Madras

📋 copy color: '#474201'

red 71 ◦ green 66 ◦ blue 1

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

Shades of Madras #474201

Tints of Madras #474201

RGB

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

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

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

R = 51.45%
G = 47.83%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#474201 (or 0x474201) is known color: Madras. HEX triplet: 47, 42 and 01. RGB value is (71,66,1). Sum of RGB (Red+Green+Blue) = 71+66+1=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 66 (26.17% from 255 or 47.83% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #474201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474201 is #B8BDFE. Grayscale: #3C3C3C. Windows color (decimal): -12107263 or 82503. OLE color: 82503.

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

Color convert

RGB 71 66 1 -
CMYK 0 0.07 0.99 0.72
HSL 55.71º 0.97% 0.14% -
HSV(B) 55.71º 0.99% 0.28% -
XYZ 4.55 5.24 0.8 -
YUV 60.09 94.66 135.79 -
System Red Green Blue C M Y K H S L
Decimal 71 66 1 0 0.07 0.99 0.72 55.71 0.97 0.14
Hex 47 42 1 0 7 63 48 38 61 E
Octal 107 102 1 0 7 143 110 70 141 16
Binary 1000111 1000010 1 0 111 1100011 1001000 111000 1100001 1110

Color Harmonies of #474201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474201

Black with #474201

Text Example


Text Example

White with #474201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474201; }

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

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

background-color css

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

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

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

border-color css

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

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

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