Html Css Color HEX #743C22 Peru Tan

📋 copy color: '#743C22'

red 116 ◦ green 60 ◦ blue 34

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

Shades of Peru Tan #743C22

Tints of Peru Tan #743C22

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.57%

 BLUE value IS 34 (13.67% from 255) = 16.19%

R = 55.24%
G = 28.57%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#743C22 (or 0x743C22) is known color: Peru Tan. HEX triplet: 74, 3C and 22. RGB value is (116,60,34). Sum of RGB (Red+Green+Blue) = 116+60+34=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 34 (13.67% from 255 or 16.19% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #743C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743C22 is #8BC3DD. Grayscale: #494949. Windows color (decimal): -9159646 or 2243700. OLE color: 2243700.

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

Color convert

RGB 116 60 34 -
CMYK 0 0.48 0.71 0.55
HSL 19.02º 0.55% 0.29% -
HSV(B) 19.02º 0.71% 0.45% -
XYZ 9.11 7.06 2.4 -
YUV 73.78 105.55 158.11 -
System Red Green Blue C M Y K H S L
Decimal 116 60 34 0 0.48 0.71 0.55 19.02 0.55 0.29
Hex 74 3C 22 0 30 47 37 13 37 1D
Octal 164 74 42 0 60 107 67 23 67 35
Binary 1110100 111100 100010 0 110000 1000111 110111 10011 110111 11101

Color Harmonies of #743C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743C22

Black with #743C22

Text Example


Text Example

White with #743C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,60,34); }

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

background-color css

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

 a { background-color: rgb(116,60,34); }

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

border-color css

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

 span { border-color: rgb(116,60,34); }

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