Html Css Color HEX #753510 Peru Tan

📋 copy color: '#753510'

red 117 ◦ green 53 ◦ blue 16

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

Shades of Peru Tan #753510

Tints of Peru Tan #753510

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.49%

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

R = 62.9%
G = 28.49%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#753510 (or 0x753510) is known color: Peru Tan. HEX triplet: 75, 35 and 10. RGB value is (117,53,16). Sum of RGB (Red+Green+Blue) = 117+53+16=186 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.90% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 117 - color contains mainly: red. Hex color #753510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753510 is #8ACAEF. Grayscale: #444444. Windows color (decimal): -9095920 or 1062261. OLE color: 1062261.

HSL color Cylindrical-coordinate representation of color #753510: hue angle of 21.98º 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 #753510 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 53 16 -
CMYK 0 0.55 0.86 0.54
HSL 21.98º 0.76% 0.26% -
HSV(B) 21.98º 0.86% 0.46% -
XYZ 8.7 6.37 1.26 -
YUV 67.92 98.7 163.01 -
System Red Green Blue C M Y K H S L
Decimal 117 53 16 0 0.55 0.86 0.54 21.98 0.76 0.26
Hex 75 35 10 0 37 56 36 16 4C 1A
Octal 165 65 20 0 67 126 66 26 114 32
Binary 1110101 110101 10000 0 110111 1010110 110110 10110 1001100 11010

Color Harmonies of #753510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753510

Black with #753510

Text Example


Text Example

White with #753510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753510; }

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

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

background-color css

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

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

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

border-color css

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

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

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