Html Css Color HEX #743318 Peru Tan

📋 copy color: '#743318'

red 116 ◦ green 51 ◦ blue 24

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

Shades of Peru Tan #743318

Tints of Peru Tan #743318

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.7%

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

R = 60.73%
G = 26.7%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#743318 (or 0x743318) is known color: Peru Tan. HEX triplet: 74, 33 and 18. RGB value is (116,51,24). Sum of RGB (Red+Green+Blue) = 116+51+24=191 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.73% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 24 (9.77% from 255 or 12.57% from 191); Max value from RGB is 116 - color contains mainly: red. Hex color #743318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743318 is #8BCCE7. Grayscale: #434343. Windows color (decimal): -9161960 or 1586036. OLE color: 1586036.

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

Color convert

RGB 116 51 24 -
CMYK 0 0.56 0.79 0.55
HSL 17.61º 0.66% 0.27% -
HSV(B) 17.61º 0.79% 0.45% -
XYZ 8.55 6.15 1.6 -
YUV 67.36 103.53 162.7 -
System Red Green Blue C M Y K H S L
Decimal 116 51 24 0 0.56 0.79 0.55 17.61 0.66 0.27
Hex 74 33 18 0 38 4F 37 12 42 1B
Octal 164 63 30 0 70 117 67 22 102 33
Binary 1110100 110011 11000 0 111000 1001111 110111 10010 1000010 11011

Color Harmonies of #743318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743318

Black with #743318

Text Example


Text Example

White with #743318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743318; }

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

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

background-color css

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

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

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

border-color css

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

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

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