Html Css Color HEX #743715 Peru Tan

📋 copy color: '#743715'

red 116 ◦ green 55 ◦ blue 21

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

Shades of Peru Tan #743715

Tints of Peru Tan #743715

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.65%

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

R = 60.42%
G = 28.65%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#743715 (or 0x743715) is known color: Peru Tan. HEX triplet: 74, 37 and 15. RGB value is (116,55,21). Sum of RGB (Red+Green+Blue) = 116+55+21=192 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.42% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 21 (8.59% from 255 or 10.94% from 192); Max value from RGB is 116 - color contains mainly: red. Hex color #743715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743715 is #8BC8EA. Grayscale: #454545. Windows color (decimal): -9160939 or 1390452. OLE color: 1390452.

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

Color convert

RGB 116 55 21 -
CMYK 0 0.53 0.82 0.55
HSL 21.47º 0.69% 0.27% -
HSV(B) 21.47º 0.82% 0.45% -
XYZ 8.7 6.5 1.51 -
YUV 69.36 100.71 161.26 -
System Red Green Blue C M Y K H S L
Decimal 116 55 21 0 0.53 0.82 0.55 21.47 0.69 0.27
Hex 74 37 15 0 35 52 37 15 45 1B
Octal 164 67 25 0 65 122 67 25 105 33
Binary 1110100 110111 10101 0 110101 1010010 110111 10101 1000101 11011

Color Harmonies of #743715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743715

Black with #743715

Text Example


Text Example

White with #743715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743715; }

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

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

background-color css

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

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

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

border-color css

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

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

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