Html Css Color HEX #473602 Madras

📋 copy color: '#473602'

red 71 ◦ green 54 ◦ blue 2

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

Shades of Madras #473602

Tints of Madras #473602

RGB

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

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

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

R = 55.91%
G = 42.52%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#473602 (or 0x473602) is known color: Madras. HEX triplet: 47, 36 and 02. RGB value is (71,54,2). Sum of RGB (Red+Green+Blue) = 71+54+2=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 54 (21.48% from 255 or 42.52% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #473602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473602 is #B8C9FD. Grayscale: #353535. Windows color (decimal): -12110334 or 144967. OLE color: 144967.

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

Color convert

RGB 71 54 2 -
CMYK 0 0.24 0.97 0.72
HSL 45.22º 0.95% 0.14% -
HSV(B) 45.22º 0.97% 0.28% -
XYZ 3.93 3.98 0.62 -
YUV 53.16 99.13 140.73 -
System Red Green Blue C M Y K H S L
Decimal 71 54 2 0 0.24 0.97 0.72 45.22 0.95 0.14
Hex 47 36 2 0 18 61 48 2D 5F E
Octal 107 66 2 0 30 141 110 55 137 16
Binary 1000111 110110 10 0 11000 1100001 1001000 101101 1011111 1110

Color Harmonies of #473602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473602

Black with #473602

Text Example


Text Example

White with #473602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473602; }

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

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

background-color css

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

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

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

border-color css

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

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

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