Html Css Color HEX #753D1E Peru Tan

📋 copy color: '#753D1E'

red 117 ◦ green 61 ◦ blue 30

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

Shades of Peru Tan #753D1E

Tints of Peru Tan #753D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.42%

R = 56.25%
G = 29.33%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#753D1E (or 0x753D1E) is known color: Peru Tan. HEX triplet: 75, 3D and 1E. RGB value is (117,61,30). Sum of RGB (Red+Green+Blue) = 117+61+30=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 61 (24.22% from 255 or 29.33% from 208); Blue value is 30 (12.11% from 255 or 14.42% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #753D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753D1E is #8AC2E1. Grayscale: #4A4A4A. Windows color (decimal): -9093858 or 1981813. OLE color: 1981813.

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

Color convert

RGB 117 61 30 -
CMYK 0 0.48 0.74 0.54
HSL 21.38º 0.59% 0.29% -
HSV(B) 21.38º 0.74% 0.46% -
XYZ 9.24 7.21 2.13 -
YUV 74.21 103.05 158.52 -
System Red Green Blue C M Y K H S L
Decimal 117 61 30 0 0.48 0.74 0.54 21.38 0.59 0.29
Hex 75 3D 1E 0 30 4A 36 15 3B 1D
Octal 165 75 36 0 60 112 66 25 73 35
Binary 1110101 111101 11110 0 110000 1001010 110110 10101 111011 11101

Color Harmonies of #753D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753D1E

Black with #753D1E

Text Example


Text Example

White with #753D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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