Html Css Color HEX #753C14 Peru Tan

📋 copy color: '#753C14'

red 117 ◦ green 60 ◦ blue 20

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

Shades of Peru Tan #753C14

Tints of Peru Tan #753C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.15%

R = 59.39%
G = 30.46%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#753C14 (or 0x753C14) is known color: Peru Tan. HEX triplet: 75, 3C and 14. RGB value is (117,60,20). Sum of RGB (Red+Green+Blue) = 117+60+20=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #753C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753C14 is #8AC3EB. Grayscale: #484848. Windows color (decimal): -9094124 or 1326197. OLE color: 1326197.

HSL color Cylindrical-coordinate representation of color #753C14: hue angle of 24.74º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #753C14 is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 60 20 -
CMYK 0 0.49 0.83 0.54
HSL 24.74º 0.71% 0.27% -
HSV(B) 24.74º 0.83% 0.46% -
XYZ 9.08 7.06 1.55 -
YUV 72.48 98.38 159.75 -
System Red Green Blue C M Y K H S L
Decimal 117 60 20 0 0.49 0.83 0.54 24.74 0.71 0.27
Hex 75 3C 14 0 31 53 36 19 47 1B
Octal 165 74 24 0 61 123 66 31 107 33
Binary 1110101 111100 10100 0 110001 1010011 110110 11001 1000111 11011

Color Harmonies of #753C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753C14

Black with #753C14

Text Example


Text Example

White with #753C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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