Html Css Color HEX #753910 Peru Tan

📋 copy color: '#753910'

red 117 ◦ green 57 ◦ blue 16

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

Shades of Peru Tan #753910

Tints of Peru Tan #753910

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30%

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

R = 61.58%
G = 30%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#753910 (or 0x753910) is known color: Peru Tan. HEX triplet: 75, 39 and 10. RGB value is (117,57,16). Sum of RGB (Red+Green+Blue) = 117+57+16=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #753910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753910 is #8AC6EF. Grayscale: #464646. Windows color (decimal): -9094896 or 1063285. OLE color: 1063285.

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

Color convert

RGB 117 57 16 -
CMYK 0 0.51 0.86 0.54
HSL 24.36º 0.76% 0.26% -
HSV(B) 24.36º 0.86% 0.46% -
XYZ 8.89 6.75 1.32 -
YUV 70.27 97.38 161.33 -
System Red Green Blue C M Y K H S L
Decimal 117 57 16 0 0.51 0.86 0.54 24.36 0.76 0.26
Hex 75 39 10 0 33 56 36 18 4C 1A
Octal 165 71 20 0 63 126 66 30 114 32
Binary 1110101 111001 10000 0 110011 1010110 110110 11000 1001100 11010

Color Harmonies of #753910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753910

Black with #753910

Text Example


Text Example

White with #753910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753910; }

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

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

background-color css

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

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

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

border-color css

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

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

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