Html Css Color HEX #743B1C Peru Tan

📋 copy color: '#743B1C'

red 116 ◦ green 59 ◦ blue 28

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

Shades of Peru Tan #743B1C

Tints of Peru Tan #743B1C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.06%

 BLUE value IS 28 (11.33% from 255) = 13.79%

R = 57.14%
G = 29.06%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#743B1C (or 0x743B1C) is known color: Peru Tan. HEX triplet: 74, 3B and 1C. RGB value is (116,59,28). Sum of RGB (Red+Green+Blue) = 116+59+28=203 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.14% from 203); Green value is 59 (23.44% from 255 or 29.06% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 116 - color contains mainly: red. Hex color #743B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743B1C is #8BC4E3. Grayscale: #484848. Windows color (decimal): -9159908 or 1850228. OLE color: 1850228.

HSL color Cylindrical-coordinate representation of color #743B1C: hue angle of 21.14º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #743B1C is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 59 28 -
CMYK 0 0.49 0.76 0.55
HSL 21.14º 0.61% 0.28% -
HSV(B) 21.14º 0.76% 0.45% -
XYZ 8.98 6.92 1.96 -
YUV 72.51 102.88 159.02 -
System Red Green Blue C M Y K H S L
Decimal 116 59 28 0 0.49 0.76 0.55 21.14 0.61 0.28
Hex 74 3B 1C 0 31 4C 37 15 3D 1C
Octal 164 73 34 0 61 114 67 25 75 34
Binary 1110100 111011 11100 0 110001 1001100 110111 10101 111101 11100

Color Harmonies of #743B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743B1C

Black with #743B1C

Text Example


Text Example

White with #743B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,59,28); }

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

background-color css

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

 a { background-color: rgb(116,59,28); }

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

border-color css

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

 span { border-color: rgb(116,59,28); }

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