Html Css Color HEX #743915 Peru Tan

📋 copy color: '#743915'

red 116 ◦ green 57 ◦ blue 21

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

Shades of Peru Tan #743915

Tints of Peru Tan #743915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.82%

R = 59.79%
G = 29.38%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#743915 (or 0x743915) is known color: Peru Tan. HEX triplet: 74, 39 and 15. RGB value is (116,57,21). Sum of RGB (Red+Green+Blue) = 116+57+21=194 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.79% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 21 (8.59% from 255 or 10.82% from 194); Max value from RGB is 116 - color contains mainly: red. Hex color #743915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743915 is #8BC6EA. Grayscale: #464646. Windows color (decimal): -9160427 or 1390964. OLE color: 1390964.

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

Color convert

RGB 116 57 21 -
CMYK 0 0.51 0.82 0.55
HSL 22.74º 0.69% 0.27% -
HSV(B) 22.74º 0.82% 0.45% -
XYZ 8.8 6.69 1.54 -
YUV 70.54 100.05 160.43 -
System Red Green Blue C M Y K H S L
Decimal 116 57 21 0 0.51 0.82 0.55 22.74 0.69 0.27
Hex 74 39 15 0 33 52 37 17 45 1B
Octal 164 71 25 0 63 122 67 27 105 33
Binary 1110100 111001 10101 0 110011 1010010 110111 10111 1000101 11011

Color Harmonies of #743915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743915

Black with #743915

Text Example


Text Example

White with #743915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743915; }

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

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

background-color css

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

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

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

border-color css

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

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

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