Html Css Color HEX #753D15 Peru Tan

📋 copy color: '#753D15'

red 117 ◦ green 61 ◦ blue 21

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

Shades of Peru Tan #753D15

Tints of Peru Tan #753D15

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.65%

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

R = 58.79%
G = 30.65%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#753D15 (or 0x753D15) is known color: Peru Tan. HEX triplet: 75, 3D and 15. RGB value is (117,61,21). Sum of RGB (Red+Green+Blue) = 117+61+21=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 21 (8.59% from 255 or 10.55% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #753D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753D15 is #8AC2EA. Grayscale: #494949. Windows color (decimal): -9093867 or 1391989. OLE color: 1391989.

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

Color convert

RGB 117 61 21 -
CMYK 0 0.48 0.82 0.54
HSL 25º 0.7% 0.27% -
HSV(B) 25º 0.82% 0.46% -
XYZ 9.14 7.17 1.61 -
YUV 73.18 98.55 159.25 -
System Red Green Blue C M Y K H S L
Decimal 117 61 21 0 0.48 0.82 0.54 25 0.7 0.27
Hex 75 3D 15 0 30 52 36 19 46 1B
Octal 165 75 25 0 60 122 66 31 106 33
Binary 1110101 111101 10101 0 110000 1010010 110110 11001 1000110 11011

Color Harmonies of #753D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753D15

Black with #753D15

Text Example


Text Example

White with #753D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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