Html Css Color HEX #474102 Madras

📋 copy color: '#474102'

red 71 ◦ green 65 ◦ blue 2

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

Shades of Madras #474102

Tints of Madras #474102

RGB

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

 GREEN value IS 65 (25.78% from 255) = 47.1%

 BLUE value IS 2 (1.17% from 255) = 1.45%

R = 51.45%
G = 47.1%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#474102 (or 0x474102) is known color: Madras. HEX triplet: 47, 41 and 02. RGB value is (71,65,2). Sum of RGB (Red+Green+Blue) = 71+65+2=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #474102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474102 is #B8BEFD. Grayscale: #3B3B3B. Windows color (decimal): -12107518 or 147783. OLE color: 147783.

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

Color convert

RGB 71 65 2 -
CMYK 0 0.08 0.97 0.72
HSL 54.78º 0.95% 0.14% -
HSV(B) 54.78º 0.97% 0.28% -
XYZ 4.5 5.12 0.81 -
YUV 59.61 95.49 136.12 -
System Red Green Blue C M Y K H S L
Decimal 71 65 2 0 0.08 0.97 0.72 54.78 0.95 0.14
Hex 47 41 2 0 8 61 48 37 5F E
Octal 107 101 2 0 10 141 110 67 137 16
Binary 1000111 1000001 10 0 1000 1100001 1001000 110111 1011111 1110

Color Harmonies of #474102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474102

Black with #474102

Text Example


Text Example

White with #474102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474102; }

 p { color: rgb(71,65,2); }

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

background-color css

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

 a { background-color: rgb(71,65,2); }

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

border-color css

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

 span { border-color: rgb(71,65,2); }

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