Html Css Color HEX #753D1A Peru Tan

📋 copy color: '#753D1A'

red 117 ◦ green 61 ◦ blue 26

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

Shades of Peru Tan #753D1A

Tints of Peru Tan #753D1A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.9%

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

R = 57.35%
G = 29.9%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#753D1A (or 0x753D1A) is known color: Peru Tan. HEX triplet: 75, 3D and 1A. RGB value is (117,61,26). Sum of RGB (Red+Green+Blue) = 117+61+26=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 26 (10.55% from 255 or 12.75% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #753D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753D1A is #8AC2E5. Grayscale: #494949. Windows color (decimal): -9093862 or 1719669. OLE color: 1719669.

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

Color convert

RGB 117 61 26 -
CMYK 0 0.48 0.78 0.54
HSL 23.08º 0.64% 0.28% -
HSV(B) 23.08º 0.78% 0.46% -
XYZ 9.19 7.19 1.88 -
YUV 73.75 101.05 158.85 -
System Red Green Blue C M Y K H S L
Decimal 117 61 26 0 0.48 0.78 0.54 23.08 0.64 0.28
Hex 75 3D 1A 0 30 4E 36 17 40 1C
Octal 165 75 32 0 60 116 66 27 100 34
Binary 1110101 111101 11010 0 110000 1001110 110110 10111 1000000 11100

Color Harmonies of #753D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753D1A

Black with #753D1A

Text Example


Text Example

White with #753D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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