Html Css Color HEX #753F1F Peru Tan

📋 copy color: '#753F1F'

red 117 ◦ green 63 ◦ blue 31

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

Shades of Peru Tan #753F1F

Tints of Peru Tan #753F1F

RGB

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

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

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

R = 55.45%
G = 29.86%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#753F1F (or 0x753F1F) is known color: Peru Tan. HEX triplet: 75, 3F and 1F. RGB value is (117,63,31). Sum of RGB (Red+Green+Blue) = 117+63+31=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #753F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753F1F is #8AC0E0. Grayscale: #4B4B4B. Windows color (decimal): -9093345 or 2047861. OLE color: 2047861.

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

Color convert

RGB 117 63 31 -
CMYK 0 0.46 0.74 0.54
HSL 22.33º 0.58% 0.29% -
HSV(B) 22.33º 0.74% 0.46% -
XYZ 9.36 7.44 2.24 -
YUV 75.5 102.89 157.6 -
System Red Green Blue C M Y K H S L
Decimal 117 63 31 0 0.46 0.74 0.54 22.33 0.58 0.29
Hex 75 3F 1F 0 2E 4A 36 16 3A 1D
Octal 165 77 37 0 56 112 66 26 72 35
Binary 1110101 111111 11111 0 101110 1001010 110110 10110 111010 11101

Color Harmonies of #753F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753F1F

Black with #753F1F

Text Example


Text Example

White with #753F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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