Html Css Color HEX #472336 Toledo

📋 copy color: '#472336'

red 71 ◦ green 35 ◦ blue 54

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

Shades of Toledo #472336

Tints of Toledo #472336

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.88%

 BLUE value IS 54 (21.48% from 255) = 33.75%

R = 44.38%
G = 21.88%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#472336 (or 0x472336) is known color: Toledo. HEX triplet: 47, 23 and 36. RGB value is (71,35,54). Sum of RGB (Red+Green+Blue) = 71+35+54=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 54 (21.48% from 255 or 33.75% from 160); Max value from RGB is 71 - color contains mainly: red. Hex color #472336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472336 is #B8DCC9. Grayscale: #2F2F2F. Windows color (decimal): -12115146 or 3547975. OLE color: 3547975.

HSL color Cylindrical-coordinate representation of color #472336: hue angle of 328.33º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #472336 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 35 54 -
CMYK 0 0.51 0.24 0.72
HSL 328.33º 0.34% 0.21% -
HSV(B) 328.33º 0.51% 0.28% -
XYZ 3.87 2.81 3.83 -
YUV 47.93 131.43 144.46 -
System Red Green Blue C M Y K H S L
Decimal 71 35 54 0 0.51 0.24 0.72 328.33 0.34 0.21
Hex 47 23 36 0 33 18 48 148 22 15
Octal 107 43 66 0 63 30 110 510 42 25
Binary 1000111 100011 110110 0 110011 11000 1001000 101001000 100010 10101

Color Harmonies of #472336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472336

Black with #472336

Text Example


Text Example

White with #472336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472336; }

 p { color: rgb(71,35,54); }

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

background-color css

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

 a { background-color: rgb(71,35,54); }

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

border-color css

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

 span { border-color: rgb(71,35,54); }

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