Html Css Color HEX #473F06 Madras

📋 copy color: '#473F06'

red 71 ◦ green 63 ◦ blue 6

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

Shades of Madras #473F06

Tints of Madras #473F06

RGB

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

 GREEN value IS 63 (25% from 255) = 45%

 BLUE value IS 6 (2.73% from 255) = 4.29%

R = 50.71%
G = 45%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#473F06 (or 0x473F06) is known color: Madras. HEX triplet: 47, 3F and 06. RGB value is (71,63,6). Sum of RGB (Red+Green+Blue) = 71+63+6=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 63 (25% from 255 or 45% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #473F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473F06 is #B8C0F9. Grayscale: #3B3B3B. Windows color (decimal): -12108026 or 409415. OLE color: 409415.

HSL color Cylindrical-coordinate representation of color #473F06: hue angle of 52.62º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #473F06 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 63 6 -
CMYK 0 0.11 0.92 0.72
HSL 52.62º 0.84% 0.15% -
HSV(B) 52.62º 0.92% 0.28% -
XYZ 4.41 4.91 0.89 -
YUV 58.89 98.15 136.63 -
System Red Green Blue C M Y K H S L
Decimal 71 63 6 0 0.11 0.92 0.72 52.62 0.84 0.15
Hex 47 3F 6 0 B 5C 48 35 54 F
Octal 107 77 6 0 13 134 110 65 124 17
Binary 1000111 111111 110 0 1011 1011100 1001000 110101 1010100 1111

Color Harmonies of #473F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473F06

Black with #473F06

Text Example


Text Example

White with #473F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473F06; }

 p { color: rgb(71,63,6); }

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

background-color css

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

 a { background-color: rgb(71,63,6); }

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

border-color css

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

 span { border-color: rgb(71,63,6); }

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