Html Css Color HEX #743614 Peru Tan

📋 copy color: '#743614'

red 116 ◦ green 54 ◦ blue 20

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

Shades of Peru Tan #743614

Tints of Peru Tan #743614

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.42%

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

R = 61.05%
G = 28.42%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#743614 (or 0x743614) is known color: Peru Tan. HEX triplet: 74, 36 and 14. RGB value is (116,54,20). Sum of RGB (Red+Green+Blue) = 116+54+20=190 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.05% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 20 (8.20% from 255 or 10.53% from 190); Max value from RGB is 116 - color contains mainly: red. Hex color #743614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743614 is #8BC9EB. Grayscale: #444444. Windows color (decimal): -9161196 or 1324660. OLE color: 1324660.

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

Color convert

RGB 116 54 20 -
CMYK 0 0.53 0.83 0.55
HSL 21.25º 0.71% 0.27% -
HSV(B) 21.25º 0.83% 0.45% -
XYZ 8.65 6.4 1.44 -
YUV 68.66 100.54 161.76 -
System Red Green Blue C M Y K H S L
Decimal 116 54 20 0 0.53 0.83 0.55 21.25 0.71 0.27
Hex 74 36 14 0 35 53 37 15 47 1B
Octal 164 66 24 0 65 123 67 25 107 33
Binary 1110100 110110 10100 0 110101 1010011 110111 10101 1000111 11011

Color Harmonies of #743614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743614

Black with #743614

Text Example


Text Example

White with #743614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743614; }

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

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

background-color css

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

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

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

border-color css

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

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

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