Html Css Color HEX #743717 Peru Tan

📋 copy color: '#743717'

red 116 ◦ green 55 ◦ blue 23

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

Shades of Peru Tan #743717

Tints of Peru Tan #743717

RGB

 RED value IS 116 (45.7% from 255) = 59.79%

 GREEN value IS 55 (21.88% from 255) = 28.35%

 BLUE value IS 23 (9.38% from 255) = 11.86%

R = 59.79%
G = 28.35%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#743717 (or 0x743717) is known color: Peru Tan. HEX triplet: 74, 37 and 17. RGB value is (116,55,23). Sum of RGB (Red+Green+Blue) = 116+55+23=194 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.79% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 23 (9.38% from 255 or 11.86% from 194); Max value from RGB is 116 - color contains mainly: red. Hex color #743717 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743717 is #8BC8E8. Grayscale: #454545. Windows color (decimal): -9160937 or 1521524. OLE color: 1521524.

HSL color Cylindrical-coordinate representation of color #743717: hue angle of 20.65º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #743717 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 55 23 -
CMYK 0 0.53 0.80 0.55
HSL 20.65º 0.67% 0.27% -
HSV(B) 20.65º 0.8% 0.45% -
XYZ 8.72 6.51 1.61 -
YUV 69.59 101.71 161.1 -
System Red Green Blue C M Y K H S L
Decimal 116 55 23 0 0.53 0.80 0.55 20.65 0.67 0.27
Hex 74 37 17 0 35 50 37 15 43 1B
Octal 164 67 27 0 65 120 67 25 103 33
Binary 1110100 110111 10111 0 110101 1010000 110111 10101 1000011 11011

Color Harmonies of #743717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743717

Black with #743717

Text Example


Text Example

White with #743717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743717; }

 p { color: rgb(116,55,23); }

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

background-color css

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

 a { background-color: rgb(116,55,23); }

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

border-color css

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

 span { border-color: rgb(116,55,23); }

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