Html Css Color HEX #473F02 Madras

📋 copy color: '#473F02'

red 71 ◦ green 63 ◦ blue 2

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

Shades of Madras #473F02

Tints of Madras #473F02

RGB

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

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

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

R = 52.21%
G = 46.32%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#473F02 (or 0x473F02) is known color: Madras. HEX triplet: 47, 3F and 02. RGB value is (71,63,2). Sum of RGB (Red+Green+Blue) = 71+63+2=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 63 (25% from 255 or 46.32% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #473F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473F02 is #B8C0FD. Grayscale: #3A3A3A. Windows color (decimal): -12108030 or 147271. OLE color: 147271.

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

Color convert

RGB 71 63 2 -
CMYK 0 0.11 0.97 0.72
HSL 53.04º 0.95% 0.14% -
HSV(B) 53.04º 0.97% 0.28% -
XYZ 4.39 4.9 0.77 -
YUV 58.44 96.15 136.96 -
System Red Green Blue C M Y K H S L
Decimal 71 63 2 0 0.11 0.97 0.72 53.04 0.95 0.14
Hex 47 3F 2 0 B 61 48 35 5F E
Octal 107 77 2 0 13 141 110 65 137 16
Binary 1000111 111111 10 0 1011 1100001 1001000 110101 1011111 1110

Color Harmonies of #473F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473F02

Black with #473F02

Text Example


Text Example

White with #473F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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