Html Css Color HEX #753A1A Peru Tan

📋 copy color: '#753A1A'

red 117 ◦ green 58 ◦ blue 26

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

Shades of Peru Tan #753A1A

Tints of Peru Tan #753A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.94%

R = 58.21%
G = 28.86%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#753A1A (or 0x753A1A) is known color: Peru Tan. HEX triplet: 75, 3A and 1A. RGB value is (117,58,26). Sum of RGB (Red+Green+Blue) = 117+58+26=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 58 (23.05% from 255 or 28.86% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #753A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753A1A is #8AC5E5. Grayscale: #484848. Windows color (decimal): -9094630 or 1718901. OLE color: 1718901.

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

Color convert

RGB 117 58 26 -
CMYK 0 0.50 0.78 0.54
HSL 21.1º 0.64% 0.28% -
HSV(B) 21.1º 0.78% 0.46% -
XYZ 9.04 6.88 1.83 -
YUV 71.99 102.05 160.1 -
System Red Green Blue C M Y K H S L
Decimal 117 58 26 0 0.50 0.78 0.54 21.1 0.64 0.28
Hex 75 3A 1A 0 32 4E 36 15 40 1C
Octal 165 72 32 0 62 116 66 25 100 34
Binary 1110101 111010 11010 0 110010 1001110 110110 10101 1000000 11100

Color Harmonies of #753A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753A1A

Black with #753A1A

Text Example


Text Example

White with #753A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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