Html Css Color HEX #743814 Peru Tan

📋 copy color: '#743814'

red 116 ◦ green 56 ◦ blue 20

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

Shades of Peru Tan #743814

Tints of Peru Tan #743814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.42%

R = 60.42%
G = 29.17%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#743814 (or 0x743814) is known color: Peru Tan. HEX triplet: 74, 38 and 14. RGB value is (116,56,20). Sum of RGB (Red+Green+Blue) = 116+56+20=192 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.42% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 116 - color contains mainly: red. Hex color #743814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743814 is #8BC7EB. Grayscale: #464646. Windows color (decimal): -9160684 or 1325172. OLE color: 1325172.

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

Color convert

RGB 116 56 20 -
CMYK 0 0.52 0.83 0.55
HSL 22.5º 0.71% 0.27% -
HSV(B) 22.5º 0.83% 0.45% -
XYZ 8.74 6.59 1.47 -
YUV 69.84 99.88 160.93 -
System Red Green Blue C M Y K H S L
Decimal 116 56 20 0 0.52 0.83 0.55 22.5 0.71 0.27
Hex 74 38 14 0 34 53 37 16 47 1B
Octal 164 70 24 0 64 123 67 26 107 33
Binary 1110100 111000 10100 0 110100 1010011 110111 10110 1000111 11011

Color Harmonies of #743814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743814

Black with #743814

Text Example


Text Example

White with #743814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743814; }

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

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

background-color css

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

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

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

border-color css

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

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

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