Html Css Color HEX #753C1D Peru Tan

📋 copy color: '#753C1D'

red 117 ◦ green 60 ◦ blue 29

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

Shades of Peru Tan #753C1D

Tints of Peru Tan #753C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.08%

R = 56.8%
G = 29.13%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#753C1D (or 0x753C1D) is known color: Peru Tan. HEX triplet: 75, 3C and 1D. RGB value is (117,60,29). Sum of RGB (Red+Green+Blue) = 117+60+29=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #753C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753C1D is #8AC3E2. Grayscale: #494949. Windows color (decimal): -9094115 or 1916021. OLE color: 1916021.

HSL color Cylindrical-coordinate representation of color #753C1D: hue angle of 21.14º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #753C1D is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 60 29 -
CMYK 0 0.49 0.75 0.54
HSL 21.14º 0.6% 0.29% -
HSV(B) 21.14º 0.75% 0.46% -
XYZ 9.17 7.1 2.05 -
YUV 73.51 102.88 159.02 -
System Red Green Blue C M Y K H S L
Decimal 117 60 29 0 0.49 0.75 0.54 21.14 0.6 0.29
Hex 75 3C 1D 0 31 4B 36 15 3C 1D
Octal 165 74 35 0 61 113 66 25 74 35
Binary 1110101 111100 11101 0 110001 1001011 110110 10101 111100 11101

Color Harmonies of #753C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753C1D

Black with #753C1D

Text Example


Text Example

White with #753C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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