Html Css Color HEX #753C1F Peru Tan

📋 copy color: '#753C1F'

red 117 ◦ green 60 ◦ blue 31

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

Shades of Peru Tan #753C1F

Tints of Peru Tan #753C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.9%

R = 56.25%
G = 28.85%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#753C1F (or 0x753C1F) is known color: Peru Tan. HEX triplet: 75, 3C and 1F. RGB value is (117,60,31). Sum of RGB (Red+Green+Blue) = 117+60+31=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #753C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753C1F is #8AC3E0. Grayscale: #494949. Windows color (decimal): -9094113 or 2047093. OLE color: 2047093.

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

Color convert

RGB 117 60 31 -
CMYK 0 0.49 0.74 0.54
HSL 20.23º 0.58% 0.29% -
HSV(B) 20.23º 0.74% 0.46% -
XYZ 9.2 7.11 2.18 -
YUV 73.74 103.88 158.86 -
System Red Green Blue C M Y K H S L
Decimal 117 60 31 0 0.49 0.74 0.54 20.23 0.58 0.29
Hex 75 3C 1F 0 31 4A 36 14 3A 1D
Octal 165 74 37 0 61 112 66 24 72 35
Binary 1110101 111100 11111 0 110001 1001010 110110 10100 111010 11101

Color Harmonies of #753C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753C1F

Black with #753C1F

Text Example


Text Example

White with #753C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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