Html Css Color HEX #753C1A Peru Tan

📋 copy color: '#753C1A'

red 117 ◦ green 60 ◦ blue 26

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

Shades of Peru Tan #753C1A

Tints of Peru Tan #753C1A

RGB

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

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

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

R = 57.64%
G = 29.56%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#753C1A (or 0x753C1A) is known color: Peru Tan. HEX triplet: 75, 3C and 1A. RGB value is (117,60,26). Sum of RGB (Red+Green+Blue) = 117+60+26=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #753C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753C1A is #8AC3E5. Grayscale: #494949. Windows color (decimal): -9094118 or 1719413. OLE color: 1719413.

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

Color convert

RGB 117 60 26 -
CMYK 0 0.49 0.78 0.54
HSL 22.42º 0.64% 0.28% -
HSV(B) 22.42º 0.78% 0.46% -
XYZ 9.14 7.09 1.86 -
YUV 73.17 101.38 159.26 -
System Red Green Blue C M Y K H S L
Decimal 117 60 26 0 0.49 0.78 0.54 22.42 0.64 0.28
Hex 75 3C 1A 0 31 4E 36 16 40 1C
Octal 165 74 32 0 61 116 66 26 100 34
Binary 1110101 111100 11010 0 110001 1001110 110110 10110 1000000 11100

Color Harmonies of #753C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753C1A

Black with #753C1A

Text Example


Text Example

White with #753C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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