Html Css Color HEX #743B10 Peru Tan

📋 copy color: '#743B10'

red 116 ◦ green 59 ◦ blue 16

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

Shades of Peru Tan #743B10

Tints of Peru Tan #743B10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.38%

R = 60.73%
G = 30.89%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#743B10 (or 0x743B10) is known color: Peru Tan. HEX triplet: 74, 3B and 10. RGB value is (116,59,16). Sum of RGB (Red+Green+Blue) = 116+59+16=191 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.73% from 191); Green value is 59 (23.44% from 255 or 30.89% from 191); Blue value is 16 (6.64% from 255 or 8.38% from 191); Max value from RGB is 116 - color contains mainly: red. Hex color #743B10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743B10 is #8BC4EF. Grayscale: #474747. Windows color (decimal): -9159920 or 1063796. OLE color: 1063796.

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

Color convert

RGB 116 59 16 -
CMYK 0 0.49 0.86 0.55
HSL 25.8º 0.76% 0.26% -
HSV(B) 25.8º 0.86% 0.45% -
XYZ 8.86 6.88 1.35 -
YUV 71.14 96.88 160 -
System Red Green Blue C M Y K H S L
Decimal 116 59 16 0 0.49 0.86 0.55 25.8 0.76 0.26
Hex 74 3B 10 0 31 56 37 1A 4C 1A
Octal 164 73 20 0 61 126 67 32 114 32
Binary 1110100 111011 10000 0 110001 1010110 110111 11010 1001100 11010

Color Harmonies of #743B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743B10

Black with #743B10

Text Example


Text Example

White with #743B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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