Html Css Color HEX #753712 Peru Tan

📋 copy color: '#753712'

red 117 ◦ green 55 ◦ blue 18

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

Shades of Peru Tan #753712

Tints of Peru Tan #753712

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.95%

 BLUE value IS 18 (7.42% from 255) = 9.47%

R = 61.58%
G = 28.95%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#753712 (or 0x753712) is known color: Peru Tan. HEX triplet: 75, 37 and 12. RGB value is (117,55,18). Sum of RGB (Red+Green+Blue) = 117+55+18=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #753712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753712 is #8AC8ED. Grayscale: #454545. Windows color (decimal): -9095406 or 1193845. OLE color: 1193845.

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

Color convert

RGB 117 55 18 -
CMYK 0 0.53 0.85 0.54
HSL 22.42º 0.73% 0.26% -
HSV(B) 22.42º 0.85% 0.46% -
XYZ 8.81 6.56 1.37 -
YUV 69.32 99.04 162.01 -
System Red Green Blue C M Y K H S L
Decimal 117 55 18 0 0.53 0.85 0.54 22.42 0.73 0.26
Hex 75 37 12 0 35 55 36 16 49 1A
Octal 165 67 22 0 65 125 66 26 111 32
Binary 1110101 110111 10010 0 110101 1010101 110110 10110 1001001 11010

Color Harmonies of #753712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753712

Black with #753712

Text Example


Text Example

White with #753712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753712; }

 p { color: rgb(117,55,18); }

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

background-color css

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

 a { background-color: rgb(117,55,18); }

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

border-color css

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

 span { border-color: rgb(117,55,18); }

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