Html Css Color HEX #753210 Peru Tan

📋 copy color: '#753210'

red 117 ◦ green 50 ◦ blue 16

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

Shades of Peru Tan #753210

Tints of Peru Tan #753210

RGB

 RED value IS 117 (46.09% from 255) = 63.93%

 GREEN value IS 50 (19.92% from 255) = 27.32%

 BLUE value IS 16 (6.64% from 255) = 8.74%

R = 63.93%
G = 27.32%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#753210 (or 0x753210) is known color: Peru Tan. HEX triplet: 75, 32 and 10. RGB value is (117,50,16). Sum of RGB (Red+Green+Blue) = 117+50+16=183 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.93% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 117 - color contains mainly: red. Hex color #753210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753210 is #8ACDEF. Grayscale: #424242. Windows color (decimal): -9096688 or 1061493. OLE color: 1061493.

HSL color Cylindrical-coordinate representation of color #753210: hue angle of 20.2º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #753210 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 50 16 -
CMYK 0 0.57 0.86 0.54
HSL 20.2º 0.76% 0.26% -
HSV(B) 20.2º 0.86% 0.46% -
XYZ 8.57 6.1 1.22 -
YUV 66.16 99.7 164.26 -
System Red Green Blue C M Y K H S L
Decimal 117 50 16 0 0.57 0.86 0.54 20.2 0.76 0.26
Hex 75 32 10 0 39 56 36 14 4C 1A
Octal 165 62 20 0 71 126 66 24 114 32
Binary 1110101 110010 10000 0 111001 1010110 110110 10100 1001100 11010

Color Harmonies of #753210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753210

Black with #753210

Text Example


Text Example

White with #753210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753210; }

 p { color: rgb(117,50,16); }

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

background-color css

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

 a { background-color: rgb(117,50,16); }

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

border-color css

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

 span { border-color: rgb(117,50,16); }

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