Html Css Color HEX #753C15 Peru Tan

📋 copy color: '#753C15'

red 117 ◦ green 60 ◦ blue 21

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

Shades of Peru Tan #753C15

Tints of Peru Tan #753C15

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.3%

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

R = 59.09%
G = 30.3%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#753C15 (or 0x753C15) is known color: Peru Tan. HEX triplet: 75, 3C and 15. RGB value is (117,60,21). Sum of RGB (Red+Green+Blue) = 117+60+21=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #753C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753C15 is #8AC3EA. Grayscale: #484848. Windows color (decimal): -9094123 or 1391733. OLE color: 1391733.

HSL color Cylindrical-coordinate representation of color #753C15: hue angle of 24.38º 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 #753C15 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 60 21 -
CMYK 0 0.49 0.82 0.54
HSL 24.38º 0.7% 0.27% -
HSV(B) 24.38º 0.82% 0.46% -
XYZ 9.09 7.07 1.59 -
YUV 72.6 98.88 159.67 -
System Red Green Blue C M Y K H S L
Decimal 117 60 21 0 0.49 0.82 0.54 24.38 0.7 0.27
Hex 75 3C 15 0 31 52 36 18 46 1B
Octal 165 74 25 0 61 122 66 30 106 33
Binary 1110101 111100 10101 0 110001 1010010 110110 11000 1000110 11011

Color Harmonies of #753C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753C15

Black with #753C15

Text Example


Text Example

White with #753C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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