Html Css Color HEX #753B15 Peru Tan

📋 copy color: '#753B15'

red 117 ◦ green 59 ◦ blue 21

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

Shades of Peru Tan #753B15

Tints of Peru Tan #753B15

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.95%

 BLUE value IS 21 (8.59% from 255) = 10.66%

R = 59.39%
G = 29.95%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#753B15 (or 0x753B15) is known color: Peru Tan. HEX triplet: 75, 3B and 15. RGB value is (117,59,21). Sum of RGB (Red+Green+Blue) = 117+59+21=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 59 (23.44% from 255 or 29.95% from 197); Blue value is 21 (8.59% from 255 or 10.66% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #753B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753B15 is #8AC4EA. Grayscale: #484848. Windows color (decimal): -9094379 or 1391477. OLE color: 1391477.

HSL color Cylindrical-coordinate representation of color #753B15: hue angle of 23.75º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #753B15 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 59 21 -
CMYK 0 0.50 0.82 0.54
HSL 23.75º 0.7% 0.27% -
HSV(B) 23.75º 0.82% 0.46% -
XYZ 9.04 6.96 1.58 -
YUV 72.01 99.22 160.09 -
System Red Green Blue C M Y K H S L
Decimal 117 59 21 0 0.50 0.82 0.54 23.75 0.7 0.27
Hex 75 3B 15 0 32 52 36 18 46 1B
Octal 165 73 25 0 62 122 66 30 106 33
Binary 1110101 111011 10101 0 110010 1010010 110110 11000 1000110 11011

Color Harmonies of #753B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753B15

Black with #753B15

Text Example


Text Example

White with #753B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753B15; }

 p { color: rgb(117,59,21); }

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

background-color css

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

 a { background-color: rgb(117,59,21); }

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

border-color css

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

 span { border-color: rgb(117,59,21); }

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