Html Css Color HEX #743E17 Peru Tan

📋 copy color: '#743E17'

red 116 ◦ green 62 ◦ blue 23

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

Shades of Peru Tan #743E17

Tints of Peru Tan #743E17

RGB

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

 GREEN value IS 62 (24.61% from 255) = 30.85%

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

R = 57.71%
G = 30.85%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#743E17 (or 0x743E17) is known color: Peru Tan. HEX triplet: 74, 3E and 17. RGB value is (116,62,23). Sum of RGB (Red+Green+Blue) = 116+62+23=201 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.71% from 201); Green value is 62 (24.61% from 255 or 30.85% from 201); Blue value is 23 (9.38% from 255 or 11.44% from 201); Max value from RGB is 116 - color contains mainly: red. Hex color #743E17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743E17 is #8BC1E8. Grayscale: #494949. Windows color (decimal): -9159145 or 1523316. OLE color: 1523316.

HSL color Cylindrical-coordinate representation of color #743E17: hue angle of 25.16º 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 #743E17 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 62 23 -
CMYK 0 0.47 0.80 0.55
HSL 25.16º 0.67% 0.27% -
HSV(B) 25.16º 0.8% 0.45% -
XYZ 9.08 7.22 1.73 -
YUV 73.7 99.39 158.17 -
System Red Green Blue C M Y K H S L
Decimal 116 62 23 0 0.47 0.80 0.55 25.16 0.67 0.27
Hex 74 3E 17 0 2F 50 37 19 43 1B
Octal 164 76 27 0 57 120 67 31 103 33
Binary 1110100 111110 10111 0 101111 1010000 110111 11001 1000011 11011

Color Harmonies of #743E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743E17

Black with #743E17

Text Example


Text Example

White with #743E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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