Html Css Color HEX #473D08 Madras

📋 copy color: '#473D08'

red 71 ◦ green 61 ◦ blue 8

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

Shades of Madras #473D08

Tints of Madras #473D08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.71%

R = 50.71%
G = 43.57%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#473D08 (or 0x473D08) is known color: Madras. HEX triplet: 47, 3D and 08. RGB value is (71,61,8). Sum of RGB (Red+Green+Blue) = 71+61+8=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 61 (24.22% from 255 or 43.57% from 140); Blue value is 8 (3.52% from 255 or 5.71% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #473D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473D08 is #B8C2F7. Grayscale: #3A3A3A. Windows color (decimal): -12108536 or 539975. OLE color: 539975.

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

Color convert

RGB 71 61 8 -
CMYK 0 0.14 0.89 0.72
HSL 50.48º 0.8% 0.15% -
HSV(B) 50.48º 0.89% 0.28% -
XYZ 4.31 4.69 0.91 -
YUV 57.95 99.81 137.31 -
System Red Green Blue C M Y K H S L
Decimal 71 61 8 0 0.14 0.89 0.72 50.48 0.8 0.15
Hex 47 3D 8 0 E 59 48 32 50 F
Octal 107 75 10 0 16 131 110 62 120 17
Binary 1000111 111101 1000 0 1110 1011001 1001000 110010 1010000 1111

Color Harmonies of #473D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473D08

Black with #473D08

Text Example


Text Example

White with #473D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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