Html Css Color HEX #733316 Peru Tan

📋 copy color: '#733316'

red 115 ◦ green 51 ◦ blue 22

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

Shades of Peru Tan #733316

Tints of Peru Tan #733316

RGB

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

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

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

R = 61.17%
G = 27.13%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#733316 (or 0x733316) is known color: Peru Tan. HEX triplet: 73, 33 and 16. RGB value is (115,51,22). Sum of RGB (Red+Green+Blue) = 115+51+22=188 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.17% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 115 - color contains mainly: red. Hex color #733316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733316 is #8CCCE9. Grayscale: #434343. Windows color (decimal): -9227498 or 1454963. OLE color: 1454963.

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

Color convert

RGB 115 51 22 -
CMYK 0 0.56 0.81 0.55
HSL 18.71º 0.68% 0.27% -
HSV(B) 18.71º 0.81% 0.45% -
XYZ 8.4 6.07 1.49 -
YUV 66.83 102.7 162.36 -
System Red Green Blue C M Y K H S L
Decimal 115 51 22 0 0.56 0.81 0.55 18.71 0.68 0.27
Hex 73 33 16 0 38 51 37 13 44 1B
Octal 163 63 26 0 70 121 67 23 104 33
Binary 1110011 110011 10110 0 111000 1010001 110111 10011 1000100 11011

Color Harmonies of #733316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733316

Black with #733316

Text Example


Text Example

White with #733316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733316; }

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

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

background-color css

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

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

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

border-color css

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

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

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