Html Css Color HEX #743107 Peru Tan

📋 copy color: '#743107'

red 116 ◦ green 49 ◦ blue 7

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

Shades of Peru Tan #743107

Tints of Peru Tan #743107

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.49%

 BLUE value IS 7 (3.13% from 255) = 4.07%

R = 67.44%
G = 28.49%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#743107 (or 0x743107) is known color: Peru Tan. HEX triplet: 74, 31 and 07. RGB value is (116,49,7). Sum of RGB (Red+Green+Blue) = 116+49+7=172 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.44% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 7 (3.12% from 255 or 4.07% from 172); Max value from RGB is 116 - color contains mainly: red. Hex color #743107 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743107 is #8BCEF8. Grayscale: #404040. Windows color (decimal): -9162489 or 471412. OLE color: 471412.

HSL color Cylindrical-coordinate representation of color #743107: hue angle of 23.12º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #743107 is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 49 7 -
CMYK 0 0.58 0.94 0.55
HSL 23.12º 0.89% 0.24% -
HSV(B) 23.12º 0.94% 0.45% -
XYZ 8.34 5.92 0.91 -
YUV 64.25 95.7 164.92 -
System Red Green Blue C M Y K H S L
Decimal 116 49 7 0 0.58 0.94 0.55 23.12 0.89 0.24
Hex 74 31 7 0 3A 5E 37 17 59 18
Octal 164 61 7 0 72 136 67 27 131 30
Binary 1110100 110001 111 0 111010 1011110 110111 10111 1011001 11000

Color Harmonies of #743107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743107

Black with #743107

Text Example


Text Example

White with #743107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743107; }

 p { color: rgb(116,49,7); }

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

background-color css

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

 a { background-color: rgb(116,49,7); }

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

border-color css

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

 span { border-color: rgb(116,49,7); }

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