Html Css Color HEX #753607 Peru Tan

📋 copy color: '#753607'

red 117 ◦ green 54 ◦ blue 7

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

Shades of Peru Tan #753607

Tints of Peru Tan #753607

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.34%

 BLUE value IS 7 (3.13% from 255) = 3.93%

R = 65.73%
G = 30.34%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#753607 (or 0x753607) is known color: Peru Tan. HEX triplet: 75, 36 and 07. RGB value is (117,54,7). Sum of RGB (Red+Green+Blue) = 117+54+7=178 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.73% from 178); Green value is 54 (21.48% from 255 or 30.34% from 178); Blue value is 7 (3.12% from 255 or 3.93% from 178); Max value from RGB is 117 - color contains mainly: red. Hex color #753607 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753607 is #8AC9F8. Grayscale: #434343. Windows color (decimal): -9095673 or 472693. OLE color: 472693.

HSL color Cylindrical-coordinate representation of color #753607: hue angle of 25.64º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #753607 is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 54 7 -
CMYK 0 0.54 0.94 0.54
HSL 25.64º 0.89% 0.24% -
HSV(B) 25.64º 0.94% 0.46% -
XYZ 8.69 6.44 0.98 -
YUV 67.48 93.87 163.32 -
System Red Green Blue C M Y K H S L
Decimal 117 54 7 0 0.54 0.94 0.54 25.64 0.89 0.24
Hex 75 36 7 0 36 5E 36 1A 59 18
Octal 165 66 7 0 66 136 66 32 131 30
Binary 1110101 110110 111 0 110110 1011110 110110 11010 1011001 11000

Color Harmonies of #753607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753607

Black with #753607

Text Example


Text Example

White with #753607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753607; }

 p { color: rgb(117,54,7); }

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

background-color css

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

 a { background-color: rgb(117,54,7); }

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

border-color css

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

 span { border-color: rgb(117,54,7); }

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