Html Css Color HEX #743718 Peru Tan

📋 copy color: '#743718'

red 116 ◦ green 55 ◦ blue 24

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

Shades of Peru Tan #743718

Tints of Peru Tan #743718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.31%

R = 59.49%
G = 28.21%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#743718 (or 0x743718) is known color: Peru Tan. HEX triplet: 74, 37 and 18. RGB value is (116,55,24). Sum of RGB (Red+Green+Blue) = 116+55+24=195 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.49% from 195); Green value is 55 (21.88% from 255 or 28.21% from 195); Blue value is 24 (9.77% from 255 or 12.31% from 195); Max value from RGB is 116 - color contains mainly: red. Hex color #743718 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743718 is #8BC8E7. Grayscale: #454545. Windows color (decimal): -9160936 or 1587060. OLE color: 1587060.

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

Color convert

RGB 116 55 24 -
CMYK 0 0.53 0.79 0.55
HSL 20.22º 0.66% 0.27% -
HSV(B) 20.22º 0.79% 0.45% -
XYZ 8.73 6.51 1.66 -
YUV 69.71 102.21 161.02 -
System Red Green Blue C M Y K H S L
Decimal 116 55 24 0 0.53 0.79 0.55 20.22 0.66 0.27
Hex 74 37 18 0 35 4F 37 14 42 1B
Octal 164 67 30 0 65 117 67 24 102 33
Binary 1110100 110111 11000 0 110101 1001111 110111 10100 1000010 11011

Color Harmonies of #743718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743718

Black with #743718

Text Example


Text Example

White with #743718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743718; }

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

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

background-color css

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

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

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

border-color css

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

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

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