Html Css Color HEX #753307 Peru Tan

📋 copy color: '#753307'

red 117 ◦ green 51 ◦ blue 7

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

Shades of Peru Tan #753307

Tints of Peru Tan #753307

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.14%

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

R = 66.86%
G = 29.14%
B = 4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#753307 (or 0x753307) is known color: Peru Tan. HEX triplet: 75, 33 and 07. RGB value is (117,51,7). Sum of RGB (Red+Green+Blue) = 117+51+7=175 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.86% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 7 (3.12% from 255 or 4% from 175); Max value from RGB is 117 - color contains mainly: red. Hex color #753307 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753307 is #8ACCF8. Grayscale: #414141. Windows color (decimal): -9096441 or 471925. OLE color: 471925.

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

Color convert

RGB 117 51 7 -
CMYK 0 0.56 0.94 0.54
HSL 24º 0.89% 0.24% -
HSV(B) 24º 0.94% 0.46% -
XYZ 8.56 6.16 0.94 -
YUV 65.72 94.87 164.58 -
System Red Green Blue C M Y K H S L
Decimal 117 51 7 0 0.56 0.94 0.54 24 0.89 0.24
Hex 75 33 7 0 38 5E 36 18 59 18
Octal 165 63 7 0 70 136 66 30 131 30
Binary 1110101 110011 111 0 111000 1011110 110110 11000 1011001 11000

Color Harmonies of #753307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753307

Black with #753307

Text Example


Text Example

White with #753307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753307; }

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

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

background-color css

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

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

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

border-color css

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

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

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