Html Css Color HEX #472435 Toledo

📋 copy color: '#472435'

red 71 ◦ green 36 ◦ blue 53

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

Shades of Toledo #472435

Tints of Toledo #472435

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.5%

 BLUE value IS 53 (21.09% from 255) = 33.13%

R = 44.38%
G = 22.5%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#472435 (or 0x472435) is known color: Toledo. HEX triplet: 47, 24 and 35. RGB value is (71,36,53). Sum of RGB (Red+Green+Blue) = 71+36+53=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 53 (21.09% from 255 or 33.12% from 160); Max value from RGB is 71 - color contains mainly: red. Hex color #472435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472435 is #B8DBCA. Grayscale: #303030. Windows color (decimal): -12114891 or 3482695. OLE color: 3482695.

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

Color convert

RGB 71 36 53 -
CMYK 0 0.49 0.25 0.72
HSL 330.86º 0.33% 0.21% -
HSV(B) 330.86º 0.49% 0.28% -
XYZ 3.87 2.86 3.72 -
YUV 48.4 130.6 144.12 -
System Red Green Blue C M Y K H S L
Decimal 71 36 53 0 0.49 0.25 0.72 330.86 0.33 0.21
Hex 47 24 35 0 31 19 48 14B 21 15
Octal 107 44 65 0 61 31 110 513 41 25
Binary 1000111 100100 110101 0 110001 11001 1001000 101001011 100001 10101

Color Harmonies of #472435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472435

Black with #472435

Text Example


Text Example

White with #472435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472435; }

 p { color: rgb(71,36,53); }

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

background-color css

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

 a { background-color: rgb(71,36,53); }

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

border-color css

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

 span { border-color: rgb(71,36,53); }

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