Html Css Color HEX #743E21 Peru Tan

📋 copy color: '#743E21'

red 116 ◦ green 62 ◦ blue 33

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

Shades of Peru Tan #743E21

Tints of Peru Tan #743E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.64%

R = 54.98%
G = 29.38%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#743E21 (or 0x743E21) is known color: Peru Tan. HEX triplet: 74, 3E and 21. RGB value is (116,62,33). Sum of RGB (Red+Green+Blue) = 116+62+33=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #743E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743E21 is #8BC1DE. Grayscale: #4B4B4B. Windows color (decimal): -9159135 or 2178676. OLE color: 2178676.

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

Color convert

RGB 116 62 33 -
CMYK 0 0.47 0.72 0.55
HSL 20.96º 0.56% 0.29% -
HSV(B) 20.96º 0.72% 0.45% -
XYZ 9.2 7.27 2.36 -
YUV 74.84 104.39 157.36 -
System Red Green Blue C M Y K H S L
Decimal 116 62 33 0 0.47 0.72 0.55 20.96 0.56 0.29
Hex 74 3E 21 0 2F 48 37 15 38 1D
Octal 164 76 41 0 57 110 67 25 70 35
Binary 1110100 111110 100001 0 101111 1001000 110111 10101 111000 11101

Color Harmonies of #743E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743E21

Black with #743E21

Text Example


Text Example

White with #743E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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