Html Css Color HEX #733716 Peru Tan

📋 copy color: '#733716'

red 115 ◦ green 55 ◦ blue 22

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

Shades of Peru Tan #733716

Tints of Peru Tan #733716

RGB

 RED value IS 115 (45.31% from 255) = 59.9%

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

 BLUE value IS 22 (8.98% from 255) = 11.46%

R = 59.9%
G = 28.65%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#733716 (or 0x733716) is known color: Peru Tan. HEX triplet: 73, 37 and 16. RGB value is (115,55,22). Sum of RGB (Red+Green+Blue) = 115+55+22=192 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.90% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 115 - color contains mainly: red. Hex color #733716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733716 is #8CC8E9. Grayscale: #454545. Windows color (decimal): -9226474 or 1455987. OLE color: 1455987.

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

Color convert

RGB 115 55 22 -
CMYK 0 0.52 0.81 0.55
HSL 21.29º 0.68% 0.27% -
HSV(B) 21.29º 0.81% 0.45% -
XYZ 8.58 6.44 1.55 -
YUV 69.18 101.38 160.68 -
System Red Green Blue C M Y K H S L
Decimal 115 55 22 0 0.52 0.81 0.55 21.29 0.68 0.27
Hex 73 37 16 0 34 51 37 15 44 1B
Octal 163 67 26 0 64 121 67 25 104 33
Binary 1110011 110111 10110 0 110100 1010001 110111 10101 1000100 11011

Color Harmonies of #733716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733716

Black with #733716

Text Example


Text Example

White with #733716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733716; }

 p { color: rgb(115,55,22); }

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

background-color css

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

 a { background-color: rgb(115,55,22); }

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

border-color css

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

 span { border-color: rgb(115,55,22); }

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