Html Css Color HEX #743810 Peru Tan

📋 copy color: '#743810'

red 116 ◦ green 56 ◦ blue 16

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

Shades of Peru Tan #743810

Tints of Peru Tan #743810

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.79%

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

R = 61.7%
G = 29.79%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#743810 (or 0x743810) is known color: Peru Tan. HEX triplet: 74, 38 and 10. RGB value is (116,56,16). Sum of RGB (Red+Green+Blue) = 116+56+16=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 56 (22.27% from 255 or 29.79% from 188); Blue value is 16 (6.64% from 255 or 8.51% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #743810 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743810 is #8BC7EF. Grayscale: #454545. Windows color (decimal): -9160688 or 1063028. OLE color: 1063028.

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

Color convert

RGB 116 56 16 -
CMYK 0 0.52 0.86 0.55
HSL 24º 0.76% 0.26% -
HSV(B) 24º 0.86% 0.45% -
XYZ 8.71 6.58 1.3 -
YUV 69.38 97.88 161.25 -
System Red Green Blue C M Y K H S L
Decimal 116 56 16 0 0.52 0.86 0.55 24 0.76 0.26
Hex 74 38 10 0 34 56 37 18 4C 1A
Octal 164 70 20 0 64 126 67 30 114 32
Binary 1110100 111000 10000 0 110100 1010110 110111 11000 1001100 11010

Color Harmonies of #743810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743810

Black with #743810

Text Example


Text Example

White with #743810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743810; }

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

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

background-color css

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

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

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

border-color css

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

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

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