Html Css Color HEX #743D17 Peru Tan

📋 copy color: '#743D17'

red 116 ◦ green 61 ◦ blue 23

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

Shades of Peru Tan #743D17

Tints of Peru Tan #743D17

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.5%

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

R = 58%
G = 30.5%
B = 11.5%

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

#743D17 (or 0x743D17) is known color: Peru Tan. HEX triplet: 74, 3D and 17. RGB value is (116,61,23). Sum of RGB (Red+Green+Blue) = 116+61+23=200 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58% from 200); Green value is 61 (24.22% from 255 or 30.5% from 200); Blue value is 23 (9.38% from 255 or 11.5% from 200); Max value from RGB is 116 - color contains mainly: red. Hex color #743D17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743D17 is #8BC2E8. Grayscale: #494949. Windows color (decimal): -9159401 or 1523060. OLE color: 1523060.

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

Color convert

RGB 116 61 23 -
CMYK 0 0.47 0.80 0.55
HSL 24.52º 0.67% 0.27% -
HSV(B) 24.52º 0.8% 0.45% -
XYZ 9.03 7.11 1.71 -
YUV 73.11 99.72 158.59 -
System Red Green Blue C M Y K H S L
Decimal 116 61 23 0 0.47 0.80 0.55 24.52 0.67 0.27
Hex 74 3D 17 0 2F 50 37 19 43 1B
Octal 164 75 27 0 57 120 67 31 103 33
Binary 1110100 111101 10111 0 101111 1010000 110111 11001 1000011 11011

Color Harmonies of #743D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743D17

Black with #743D17

Text Example


Text Example

White with #743D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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