Html Css Color HEX #743E24 Peru Tan

📋 copy color: '#743E24'

red 116 ◦ green 62 ◦ blue 36

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

Shades of Peru Tan #743E24

Tints of Peru Tan #743E24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.82%

R = 54.21%
G = 28.97%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#743E24 (or 0x743E24) is known color: Peru Tan. HEX triplet: 74, 3E and 24. RGB value is (116,62,36). Sum of RGB (Red+Green+Blue) = 116+62+36=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 62 (24.61% from 255 or 28.97% from 214); Blue value is 36 (14.45% from 255 or 16.82% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #743E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743E24 is #8BC1DB. Grayscale: #4B4B4B. Windows color (decimal): -9159132 or 2375284. OLE color: 2375284.

HSL color Cylindrical-coordinate representation of color #743E24: hue angle of 19.5º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #743E24 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 62 36 -
CMYK 0 0.47 0.69 0.55
HSL 19.5º 0.53% 0.3% -
HSV(B) 19.5º 0.69% 0.45% -
XYZ 9.24 7.29 2.59 -
YUV 75.18 105.89 157.11 -
System Red Green Blue C M Y K H S L
Decimal 116 62 36 0 0.47 0.69 0.55 19.5 0.53 0.3
Hex 74 3E 24 0 2F 45 37 14 35 1E
Octal 164 76 44 0 57 105 67 24 65 36
Binary 1110100 111110 100100 0 101111 1000101 110111 10100 110101 11110

Color Harmonies of #743E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743E24

Black with #743E24

Text Example


Text Example

White with #743E24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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