Html Css Color HEX #753F1D Peru Tan

📋 copy color: '#753F1D'

red 117 ◦ green 63 ◦ blue 29

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

Shades of Peru Tan #753F1D

Tints of Peru Tan #753F1D

RGB

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

 GREEN value IS 63 (25% from 255) = 30.14%

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

R = 55.98%
G = 30.14%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#753F1D (or 0x753F1D) is known color: Peru Tan. HEX triplet: 75, 3F and 1D. RGB value is (117,63,29). Sum of RGB (Red+Green+Blue) = 117+63+29=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #753F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753F1D is #8AC0E2. Grayscale: #4B4B4B. Windows color (decimal): -9093347 or 1916789. OLE color: 1916789.

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

Color convert

RGB 117 63 29 -
CMYK 0 0.46 0.75 0.54
HSL 23.18º 0.6% 0.29% -
HSV(B) 23.18º 0.75% 0.46% -
XYZ 9.34 7.43 2.1 -
YUV 75.27 101.89 157.76 -
System Red Green Blue C M Y K H S L
Decimal 117 63 29 0 0.46 0.75 0.54 23.18 0.6 0.29
Hex 75 3F 1D 0 2E 4B 36 17 3C 1D
Octal 165 77 35 0 56 113 66 27 74 35
Binary 1110101 111111 11101 0 101110 1001011 110110 10111 111100 11101

Color Harmonies of #753F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753F1D

Black with #753F1D

Text Example


Text Example

White with #753F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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