Html Css Color HEX #743010 Peru Tan

📋 copy color: '#743010'

red 116 ◦ green 48 ◦ blue 16

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

Shades of Peru Tan #743010

Tints of Peru Tan #743010

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.67%

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

R = 64.44%
G = 26.67%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#743010 (or 0x743010) is known color: Peru Tan. HEX triplet: 74, 30 and 10. RGB value is (116,48,16). Sum of RGB (Red+Green+Blue) = 116+48+16=180 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.44% from 180); Green value is 48 (19.14% from 255 or 26.67% from 180); Blue value is 16 (6.64% from 255 or 8.89% from 180); Max value from RGB is 116 - color contains mainly: red. Hex color #743010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743010 is #8BCFEF. Grayscale: #404040. Windows color (decimal): -9162736 or 1060980. OLE color: 1060980.

HSL color Cylindrical-coordinate representation of color #743010: hue angle of 19.2º 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 #743010 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 48 16 -
CMYK 0 0.59 0.86 0.55
HSL 19.2º 0.76% 0.26% -
HSV(B) 19.2º 0.86% 0.45% -
XYZ 8.35 5.86 1.18 -
YUV 64.68 100.53 164.6 -
System Red Green Blue C M Y K H S L
Decimal 116 48 16 0 0.59 0.86 0.55 19.2 0.76 0.26
Hex 74 30 10 0 3B 56 37 13 4C 1A
Octal 164 60 20 0 73 126 67 23 114 32
Binary 1110100 110000 10000 0 111011 1010110 110111 10011 1001100 11010

Color Harmonies of #743010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743010

Black with #743010

Text Example


Text Example

White with #743010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743010; }

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

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

background-color css

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

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

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

border-color css

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

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

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