Html Css Color HEX #473702 Madras

📋 copy color: '#473702'

red 71 ◦ green 55 ◦ blue 2

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

Shades of Madras #473702

Tints of Madras #473702

RGB

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

 GREEN value IS 55 (21.88% from 255) = 42.97%

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

R = 55.47%
G = 42.97%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#473702 (or 0x473702) is known color: Madras. HEX triplet: 47, 37 and 02. RGB value is (71,55,2). Sum of RGB (Red+Green+Blue) = 71+55+2=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 55 (21.88% from 255 or 42.97% from 128); Blue value is 2 (1.17% from 255 or 1.56% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #473702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473702 is #B8C8FD. Grayscale: #353535. Windows color (decimal): -12110078 or 145223. OLE color: 145223.

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

Color convert

RGB 71 55 2 -
CMYK 0 0.23 0.97 0.72
HSL 46.09º 0.95% 0.14% -
HSV(B) 46.09º 0.97% 0.28% -
XYZ 3.98 4.08 0.63 -
YUV 53.74 98.8 140.31 -
System Red Green Blue C M Y K H S L
Decimal 71 55 2 0 0.23 0.97 0.72 46.09 0.95 0.14
Hex 47 37 2 0 17 61 48 2E 5F E
Octal 107 67 2 0 27 141 110 56 137 16
Binary 1000111 110111 10 0 10111 1100001 1001000 101110 1011111 1110

Color Harmonies of #473702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473702

Black with #473702

Text Example


Text Example

White with #473702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473702; }

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

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

background-color css

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

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

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

border-color css

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

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

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