Html Css Color HEX #473D02 Madras

📋 copy color: '#473D02'

red 71 ◦ green 61 ◦ blue 2

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

Shades of Madras #473D02

Tints of Madras #473D02

RGB

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

 GREEN value IS 61 (24.22% from 255) = 45.52%

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

R = 52.99%
G = 45.52%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#473D02 (or 0x473D02) is known color: Madras. HEX triplet: 47, 3D and 02. RGB value is (71,61,2). Sum of RGB (Red+Green+Blue) = 71+61+2=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 61 (24.22% from 255 or 45.52% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #473D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473D02 is #B8C2FD. Grayscale: #393939. Windows color (decimal): -12108542 or 146759. OLE color: 146759.

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

Color convert

RGB 71 61 2 -
CMYK 0 0.14 0.97 0.72
HSL 51.3º 0.95% 0.14% -
HSV(B) 51.3º 0.97% 0.28% -
XYZ 4.28 4.68 0.74 -
YUV 57.26 96.81 137.8 -
System Red Green Blue C M Y K H S L
Decimal 71 61 2 0 0.14 0.97 0.72 51.3 0.95 0.14
Hex 47 3D 2 0 E 61 48 33 5F E
Octal 107 75 2 0 16 141 110 63 137 16
Binary 1000111 111101 10 0 1110 1100001 1001000 110011 1011111 1110

Color Harmonies of #473D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473D02

Black with #473D02

Text Example


Text Example

White with #473D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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