Html Css Color HEX #743911 Peru Tan

📋 copy color: '#743911'

red 116 ◦ green 57 ◦ blue 17

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

Shades of Peru Tan #743911

Tints of Peru Tan #743911

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30%

 BLUE value IS 17 (7.03% from 255) = 8.95%

R = 61.05%
G = 30%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#743911 (or 0x743911) is known color: Peru Tan. HEX triplet: 74, 39 and 11. RGB value is (116,57,17). Sum of RGB (Red+Green+Blue) = 116+57+17=190 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.05% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 17 (7.03% from 255 or 8.95% from 190); Max value from RGB is 116 - color contains mainly: red. Hex color #743911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743911 is #8BC6EE. Grayscale: #464646. Windows color (decimal): -9160431 or 1128820. OLE color: 1128820.

HSL color Cylindrical-coordinate representation of color #743911: hue angle of 24.24º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #743911 is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 57 17 -
CMYK 0 0.51 0.85 0.55
HSL 24.24º 0.74% 0.26% -
HSV(B) 24.24º 0.85% 0.45% -
XYZ 8.77 6.68 1.36 -
YUV 70.08 98.05 160.75 -
System Red Green Blue C M Y K H S L
Decimal 116 57 17 0 0.51 0.85 0.55 24.24 0.74 0.26
Hex 74 39 11 0 33 55 37 18 4A 1A
Octal 164 71 21 0 63 125 67 30 112 32
Binary 1110100 111001 10001 0 110011 1010101 110111 11000 1001010 11010

Color Harmonies of #743911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743911

Black with #743911

Text Example


Text Example

White with #743911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743911; }

 p { color: rgb(116,57,17); }

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

background-color css

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

 a { background-color: rgb(116,57,17); }

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

border-color css

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

 span { border-color: rgb(116,57,17); }

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