Html Css Color HEX #753A1F Peru Tan

📋 copy color: '#753A1F'

red 117 ◦ green 58 ◦ blue 31

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

Shades of Peru Tan #753A1F

Tints of Peru Tan #753A1F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.16%

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

R = 56.8%
G = 28.16%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#753A1F (or 0x753A1F) is known color: Peru Tan. HEX triplet: 75, 3A and 1F. RGB value is (117,58,31). Sum of RGB (Red+Green+Blue) = 117+58+31=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #753A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753A1F is #8AC5E0. Grayscale: #484848. Windows color (decimal): -9094625 or 2046581. OLE color: 2046581.

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

Color convert

RGB 117 58 31 -
CMYK 0 0.50 0.74 0.54
HSL 18.84º 0.58% 0.29% -
HSV(B) 18.84º 0.74% 0.46% -
XYZ 9.1 6.91 2.15 -
YUV 72.56 104.55 159.7 -
System Red Green Blue C M Y K H S L
Decimal 117 58 31 0 0.50 0.74 0.54 18.84 0.58 0.29
Hex 75 3A 1F 0 32 4A 36 13 3A 1D
Octal 165 72 37 0 62 112 66 23 72 35
Binary 1110101 111010 11111 0 110010 1001010 110110 10011 111010 11101

Color Harmonies of #753A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753A1F

Black with #753A1F

Text Example


Text Example

White with #753A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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