Html Css Color HEX #753B1C Peru Tan

📋 copy color: '#753B1C'

red 117 ◦ green 59 ◦ blue 28

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

Shades of Peru Tan #753B1C

Tints of Peru Tan #753B1C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.92%

 BLUE value IS 28 (11.33% from 255) = 13.73%

R = 57.35%
G = 28.92%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#753B1C (or 0x753B1C) is known color: Peru Tan. HEX triplet: 75, 3B and 1C. RGB value is (117,59,28). Sum of RGB (Red+Green+Blue) = 117+59+28=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #753B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753B1C is #8AC4E3. Grayscale: #484848. Windows color (decimal): -9094372 or 1850229. OLE color: 1850229.

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

Color convert

RGB 117 59 28 -
CMYK 0 0.50 0.76 0.54
HSL 20.9º 0.61% 0.28% -
HSV(B) 20.9º 0.76% 0.46% -
XYZ 9.11 6.99 1.97 -
YUV 72.81 102.72 159.52 -
System Red Green Blue C M Y K H S L
Decimal 117 59 28 0 0.50 0.76 0.54 20.9 0.61 0.28
Hex 75 3B 1C 0 32 4C 36 15 3D 1C
Octal 165 73 34 0 62 114 66 25 75 34
Binary 1110101 111011 11100 0 110010 1001100 110110 10101 111101 11100

Color Harmonies of #753B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753B1C

Black with #753B1C

Text Example


Text Example

White with #753B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,59,28); }

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

background-color css

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

 a { background-color: rgb(117,59,28); }

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

border-color css

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

 span { border-color: rgb(117,59,28); }

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