Html Css Color HEX #743A1A Peru Tan

📋 copy color: '#743A1A'

red 116 ◦ green 58 ◦ blue 26

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

Shades of Peru Tan #743A1A

Tints of Peru Tan #743A1A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29%

 BLUE value IS 26 (10.55% from 255) = 13%

R = 58%
G = 29%
B = 13%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#743A1A (or 0x743A1A) is known color: Peru Tan. HEX triplet: 74, 3A and 1A. RGB value is (116,58,26). Sum of RGB (Red+Green+Blue) = 116+58+26=200 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 26 (10.55% from 255 or 13% from 200); Max value from RGB is 116 - color contains mainly: red. Hex color #743A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743A1A is #8BC5E5. Grayscale: #474747. Windows color (decimal): -9160166 or 1718900. OLE color: 1718900.

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

Color convert

RGB 116 58 26 -
CMYK 0 0.5 0.78 0.55
HSL 21.33º 0.63% 0.28% -
HSV(B) 21.33º 0.78% 0.45% -
XYZ 8.9 6.81 1.82 -
YUV 71.69 102.22 159.6 -
System Red Green Blue C M Y K H S L
Decimal 116 58 26 0 0.5 0.78 0.55 21.33 0.63 0.28
Hex 74 3A 1A 0 32 4E 37 15 3F 1C
Octal 164 72 32 0 62 116 67 25 77 34
Binary 1110100 111010 11010 0 110010 1001110 110111 10101 111111 11100

Color Harmonies of #743A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743A1A

Black with #743A1A

Text Example


Text Example

White with #743A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,58,26); }

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

background-color css

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

 a { background-color: rgb(116,58,26); }

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

border-color css

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

 span { border-color: rgb(116,58,26); }

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