Html Css Color HEX #753A1C Peru Tan

📋 copy color: '#753A1C'

red 117 ◦ green 58 ◦ blue 28

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

Shades of Peru Tan #753A1C

Tints of Peru Tan #753A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.79%

R = 57.64%
G = 28.57%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#753A1C (or 0x753A1C) is known color: Peru Tan. HEX triplet: 75, 3A and 1C. RGB value is (117,58,28). Sum of RGB (Red+Green+Blue) = 117+58+28=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #753A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753A1C is #8AC5E3. Grayscale: #484848. Windows color (decimal): -9094628 or 1849973. OLE color: 1849973.

HSL color Cylindrical-coordinate representation of color #753A1C: hue angle of 20.22º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #753A1C is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 58 28 -
CMYK 0 0.50 0.76 0.54
HSL 20.22º 0.61% 0.28% -
HSV(B) 20.22º 0.76% 0.46% -
XYZ 9.06 6.89 1.95 -
YUV 72.22 103.05 159.94 -
System Red Green Blue C M Y K H S L
Decimal 117 58 28 0 0.50 0.76 0.54 20.22 0.61 0.28
Hex 75 3A 1C 0 32 4C 36 14 3D 1C
Octal 165 72 34 0 62 114 66 24 75 34
Binary 1110101 111010 11100 0 110010 1001100 110110 10100 111101 11100

Color Harmonies of #753A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753A1C

Black with #753A1C

Text Example


Text Example

White with #753A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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