Html Css Color HEX #474320 Madras

📋 copy color: '#474320'

red 71 ◦ green 67 ◦ blue 32

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

Shades of Madras #474320

Tints of Madras #474320

RGB

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

 GREEN value IS 67 (26.56% from 255) = 39.41%

 BLUE value IS 32 (12.89% from 255) = 18.82%

R = 41.76%
G = 39.41%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#474320 (or 0x474320) is known color: Madras. HEX triplet: 47, 43 and 20. RGB value is (71,67,32). Sum of RGB (Red+Green+Blue) = 71+67+32=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 67 (26.56% from 255 or 39.41% from 170); Blue value is 32 (12.89% from 255 or 18.82% from 170); Max value from RGB is 71 - color contains mainly: red. Hex color #474320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474320 is #B8BCDF. Grayscale: #404040. Windows color (decimal): -12106976 or 2114375. OLE color: 2114375.

HSL color Cylindrical-coordinate representation of color #474320: hue angle of 53.85º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #474320 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 67 32 -
CMYK 0 0.06 0.55 0.72
HSL 53.85º 0.38% 0.2% -
HSV(B) 53.85º 0.55% 0.28% -
XYZ 4.87 5.46 2.16 -
YUV 64.21 109.83 132.85 -
System Red Green Blue C M Y K H S L
Decimal 71 67 32 0 0.06 0.55 0.72 53.85 0.38 0.2
Hex 47 43 20 0 6 37 48 36 26 14
Octal 107 103 40 0 6 67 110 66 46 24
Binary 1000111 1000011 100000 0 110 110111 1001000 110110 100110 10100

Color Harmonies of #474320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474320

Black with #474320

Text Example


Text Example

White with #474320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474320; }

 p { color: rgb(71,67,32); }

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

background-color css

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

 a { background-color: rgb(71,67,32); }

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

border-color css

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

 span { border-color: rgb(71,67,32); }

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