Html Css Color HEX #753C1E Peru Tan

📋 copy color: '#753C1E'

red 117 ◦ green 60 ◦ blue 30

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

Shades of Peru Tan #753C1E

Tints of Peru Tan #753C1E

RGB

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

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

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

R = 56.52%
G = 28.99%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#753C1E (or 0x753C1E) is known color: Peru Tan. HEX triplet: 75, 3C and 1E. RGB value is (117,60,30). Sum of RGB (Red+Green+Blue) = 117+60+30=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #753C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753C1E is #8AC3E1. Grayscale: #494949. Windows color (decimal): -9094114 or 1981557. OLE color: 1981557.

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

Color convert

RGB 117 60 30 -
CMYK 0 0.49 0.74 0.54
HSL 20.69º 0.59% 0.29% -
HSV(B) 20.69º 0.74% 0.46% -
XYZ 9.19 7.11 2.12 -
YUV 73.62 103.38 158.94 -
System Red Green Blue C M Y K H S L
Decimal 117 60 30 0 0.49 0.74 0.54 20.69 0.59 0.29
Hex 75 3C 1E 0 31 4A 36 15 3B 1D
Octal 165 74 36 0 61 112 66 25 73 35
Binary 1110101 111100 11110 0 110001 1001010 110110 10101 111011 11101

Color Harmonies of #753C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753C1E

Black with #753C1E

Text Example


Text Example

White with #753C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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